[android-beginners] Re: Bring View to Front
Hi Alejandra, You can use bringToFront() method of the View class in order to pop the view up. If you need to overlap the views, you can use the AbsoluteLayout which lets you define x,y coordinates of the Views directly. -sarp On Apr 6, 3:35 am, "Alejandra H." <[EMAIL PROTECTED]> wrote: > Hello :) > > Is there any way to bring a view to the front of the main view? I want > it to overlap the other views. Right now, it's pushing my textview > next to it and it's wrapping the text inside of it. > > Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~--~~~~--~~--~--~---
[android-beginners] Re: Bring View to Front
Hi Alejandra, You can use bringToFront() method of the View class in order to pop the view up. If you need to overlap the views, you can use the AbsoluteLayout which lets you define x,y coordinates of the Views directly. -sarp On Apr 6, 3:35 am, "Alejandra H." <[EMAIL PROTECTED]> wrote: > Hello :) > > Is there any way to bring a view to the front of the main view? I want > it to overlap the other views. Right now, it's pushing my textview > next to it and it's wrapping the text inside of it. > > Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~--~~~~--~~--~--~---