Hey Mark , thanks a lot for the solution , i try out and post the result :)

On Mon, Aug 31, 2009 at 11:08 PM, Mark Murphy <[email protected]>wrote:

>
> Alok wrote:
> > I want to add a small image over another image.How can that be done?
>
> Use a RelativeLayout or FrameLayout, and have the one to appear "over"
> the other image be defined later in the XML within that container. Those
> two container classes support overlapping widgets, and those later in
> the XML are "higher in the Z axis", meaning they appear to be on top of
> widgets defined earlier in the XML.
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://twitter.com/commonsguy
>
> Android Training in Germany, 18-22 January 2010: http://bignerdranch.com
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to