On Mar 5, 7:54 am, satish bhoyar <[email protected]> wrote: > Hi, > > you can use frame layout. In this case ur second Imageview will be on top of > the first. > > thanks > > > > On Fri, Mar 5, 2010 at 1:11 PM, skink <[email protected]> wrote: > > > Dan wrote: > > > Is there a way to have an image overlaid over another image. For > > > example, I have an instance where I have an imageview and I would like > > > another imageview to take up the same space and appear over the first > > > image. I don't know if there is a way of doing this. I tried putting > > > the second imageview within the first imageview, but that's apparently > > > not allowed in the layout xml files. So is there perhaps a way of > > > doing it with a different layout, such as absolute or frame? Thanks > > > for any help > > > use LayerDrawable in your ImageView > > > you can make it at runtime or create it in res/drawable folder with > > > <layer-list> > > > tag > > > pskink > > > -- > > 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]<android-developers%2bunsubs[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en
it's kinda workaround, it also wastes precious resources - you need second ImageView pskink -- 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

