68acc1ea04
design support library
5 lines
208 B
XML
5 lines
208 B
XML
<!-- image_border.xml -->
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<stroke android:width="2dp" android:color="@color/my_primary" />
|
|
<corners android:radius="3dp" />
|
|
</shape> |