I\'m trying to create a background for my LinearLayout that has an Image with rounded corners. I\'ve seen many examples how to do that but not exactly what I want. In most
you can try using ImageView. In Image view set
ImageView
android:src="@drawable/yourimage" android:background="@drawable/cornershape"
now use the image view in FrameLayout. so that other layouts can be placed over the ImageView
FrameLayout