hello sir
  am beginner to android . Am interested in developing photo editting
application can u please let me know where can i get the basic code for
photo editting so that i can enhance it please let me know it really helps
me
a lot

with regards
   Nayana


On Wed, Mar 3, 2010 at 10:08 AM, Mark Murphy <mmur...@commonsware.com>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 RelativeLayout. Have the "on top" ImageView be a later child of the
> RelativeLayout than the "on bottom" ImageView.
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://twitter.com/commonsguy
>
> Android Consulting/App Development: http://commonsware.com/consulting
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to