Use layout_alignBaseline with Spinner
- by Maxim
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.