I want to make my RelativeLayout rounded cornered, without using Shape
. How can I implement this?
<RelativeLayout
android:layout_width="350dp"
android:layout_height="350dp"
android:background="@color/colorPrimary"
...
</RelativeLayout>
I want to make my RelativeLayout rounded cornered, without using Shape
. How can I implement this?
<RelativeLayout
android:layout_width="350dp"
android:layout_height="350dp"
android:background="@color/colorPrimary"
...
</RelativeLayout>