-2
 <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_weight="1"
        android:orientation="horizontal">
        <TextView
            android:layout_width="match_parent"
            android:layout_weight="1"
            android:layout_height="match_parent" />

        <ImageView
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_weight="1"
            android:id="@+id/curvedimage" />

    </LinearLayout>

at present this is my view as shown here i need the image view displayed in cropped format as shown

here thanks in advance

1 Answers1

0

use CircularImageView and use RelativeLayout to place Image over TextView