Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ADT 20 Setting layout height/width in property list

I'm using eclipse's graphical interface editor whenever possible-- the XML editor seems to be quite buggy; some text doesn't appear (or appears in the wrong place and/or distorted) until I scroll through the file with the up/down arrow keys.

Anyway, I recently "upgraded" to r20 of the android development tools. In previous versions, I could manually set things like layout height and width right from the property list (if I wanted to set a height to 20dp, I could edit it from the property list for example). Now, it only gives the "fill parent" and "match content" options, and you cannot type anything in.

So, is there any way to do this now? Is this behavior normal?

like image 792
Brett Avatar asked Oct 07 '22 06:10

Brett


1 Answers

I've noticed the same and restarting Eclipse made no difference for me. It's a known bug apparently. Cannot free-form enter values for weight, height

All things considered R20 has been a very poor quality upgrade with far too many bugs that could have been spotted with a bit of regression testing.

like image 138
NickT Avatar answered Oct 13 '22 11:10

NickT