elDoudou wrote: > Thank you Mark for taking the time. Yes, my ASCII "art" does not fit > well with the browser non-fixed-space font. > > - Just to let you know that setting > android:layout_centerVertical="true" on the 3 widget does not solve > the problem (I forgot to mention that I had already tried...)
That should work, assuming the height of widgets 1 and 3 are wrap_content. If you have them be fill_parent, you will get the behavior you are seeing. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

