Finally, it works. Thanks so much for all. ^^ On Jun 19, 10:22 pm, Fred Niggle <[email protected]> wrote: > MERGE! > > I had a bit of a battle doing this unil I went and praticed the layout > tutorials over > athttp://developer.android.com/guide/topics/ui/layout-objects.html > > in short you have to merge your two layouts, the image view being > first in your xml, and then the textview so it goes on top. > > Hope this helps, > Fred > > On 19/06/2011, Randy <[email protected]> wrote: > > > > > > > > > Textview and imageview are static. > > But in this case, i want to put the text on the top of every image in > > gallery. > > And for the gallery, i'm using gallery widget. > > So i can make them dynamically. > > How can i do it? > > > Thank's so much with you reply... > > > On Jun 17, 8:31 pm, hwrdprkns <[email protected]> wrote: > >> If you use a FrameLayout, the views are layered by the time they are > >> defined. > > >> For example, if you have a FrameLayout with a TextView and an > >> ImageView, the one that is defined FIRST will be on the bottom, and > >> the one that is defined second would be on top. Take a look at the > >> developer docs for more details. > > >>http://developer.android.com/reference/android/widget/FrameLayout.html > > >> On May 23, 10:16 pm, Randy <[email protected]> wrote: > > >> > How can i make Text view over image gallery like pulse news reader's > >> > UI? > > >> > Anyone can help me? > > > -- > > 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
-- 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

