Files
hmkcode 68acc1ea04 design support library
design support library
2015-06-07 19:58:41 +03:00

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>