I use the eclipse GUI editor whenever possible - the XML editor looks pretty rude; some text does not appear (or appears in the wrong place and / or distorted) until I scroll the file using the up / down arrow keys.
In any case, I recently “upgraded” to the r20 Android development tools. In previous versions, I could manually set things like height and width of the layout directly from the property list (if I wanted to set the height to 20dp, I could edit it from the property list, for example). Now it gives only the options “fill parent” and “match content”, and you can enter nothing.
So, is there a way to do this now? Is this normal behavior?
source
share