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

