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

