Guest User

Untitled

a guest
Jul 16th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3. <solid android:color="@color/white" />
  4. <size android:width="10dp" />
  5. <padding
  6. android:bottom="0dp"
  7. android:left="0dp"
  8. android:right="0dp"
  9. android:top="0dp" />
  10. <stroke
  11. android:width="1dp"
  12. android:color="@color/black" />
  13. <corners
  14. android:bottomLeftRadius="5dp"
  15. android:bottomRightRadius="0.1dp"
  16. android:topLeftRadius="5dp"
  17. android:topRightRadius="0.1dp" />
  18. </shape>
Add Comment
Please, Sign In to add comment