design support library

design support library
This commit is contained in:
hmkcode
2015-06-07 19:58:41 +03:00
parent b183141b1e
commit 68acc1ea04
26 changed files with 711 additions and 0 deletions
@@ -0,0 +1,5 @@
<!-- 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>