> I'm a new in Android. And can't understend how can I do something > ordered from buttom. For example TextEdit with a fixed hieght in the > buttom of the screen with a Result TextView above of it. Just like in > any ICQ, IRC, etc clients > > In all tutorials that i've seen fixed-hieght View was on the top. > May be someone can send my Layout xml file with two views (the top-one > with unfixed hieght)
Use a RelativeLayout. The physical position of the widgets can be in any order you desire. -- Mark Murphy (a Commons Guy) http://commonsware.com 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 -~----------~----~----~----~------~----~------~--~---

