Use layout_alignBaseline with Spinner

Posted by Maxim on Stack Overflow See other posts from Stack Overflow or by Maxim
Published on 2010-05-04T08:21:39Z Indexed on 2010/05/04 8:28 UTC
Read the original article Hit count: 188

Filed under:
|

Hello everybody, I've noticed that layout_alignBaseline of TextVew control doesn't work with Spinner control. I'm trying to place a text to the left of spinner, but it goes to the top of the parent control.

  
        

Is it a bug or I do something wrong. The same technique works fine with EditText controls.

© Stack Overflow or respective owner

Related posts about android

Related posts about layouts