[android-developers] Re: Text view over image gallery

2011-06-22 Thread Randy
Finally, it works. Thanks so much for all. ^^ On Jun 19, 10:22 pm, Fred Niggle 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

Re: [android-developers] Re: Text view over image gallery

2011-06-19 Thread Fred Niggle
MERGE! I had a bit of a battle doing this unil I went and praticed the layout tutorials over at http://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

[android-developers] Re: Text view over image gallery

2011-06-19 Thread Randy
Textview and Imageview are static. But in this case, i want to put the text on the top of every my gallery image. And for the gallery, i use gallery widget. So they are dynamic. How can i do it? Thank's so much for the reply. On Jun 17, 7:30 pm, gaurav gupta wrote: > Hi > u can use frame layout.

[android-developers] Re: Text view over image gallery

2011-06-19 Thread Randy
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 wrote: > If you use a

[android-developers] Re: Text view over image gallery

2011-06-17 Thread hwrdprkns
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

Re: [android-developers] Re: Text view over image gallery

2011-06-17 Thread gaurav gupta
Hi u can use frame layout. On Fri, Jun 17, 2011 at 12:42 PM, Randy wrote: > Anyone help me please... > > On May 24, 9:16 am, Randy wrote: > > How can i makeTextviewoverimagegallery like pulse news reader's > > UI? > > > > Anyone can help me? > > -- > You received this message because you are su

[android-developers] Re: Text view over image gallery

2011-06-17 Thread Randy
Anyone help me please... On May 24, 9:16 am, Randy wrote: > How can i makeTextviewoverimagegallery 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