ADT 20 Setting layout height / width in the property list

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?

+5
source share
2 answers

I noticed the same thing and restarting Eclipse didn't matter to me. This seems to be a known bug. It is not possible to freely enter values ​​for weight, height

All the R20 things examined are a very bad quality update, and there are too many errors that could be noticed with a little regression testing.

+4
source

I just solved this problem by restarting eclipse.

I hope that it will work with you.

0
source

All Articles