<?xml version="1.0" encoding="UTF-8"?>
<shape      xmlns:android="http://schemas.android.com/apk/res/android";
            android:shape="rectangle">

    <solid   android:color="#EAEAEA"/>

    <corners    android:bottomLeftRadius="8dip"
                android:topRightRadius="-123dip"
                android:topLeftRadius="120dip"
                android:bottomRightRadius="120dip"

            />
</shape>

. You can set this as the background of your main xml file

On Thu, Feb 16, 2012 at 2:28 PM, chowdary nani <naveenneeli...@gmail.com>wrote:

> Hi all,
> I am working on displaying the image in rounded corner image view
> when i used to drag the image the image is coming out of the borders and
> displaying in rectangle
> please help me
>
>
>
> Thanks
> Naveen.
>
> --
> 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




-- 
*
*

-- 
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