Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
  2. <item
  3. android:left="2dp"
  4. android:right="2dp">
  5. <shape android:shape="oval">
  6.  
  7. <solid android:color="@android:color/transparent" />
  8. <stroke
  9. android:width="2dp"
  10. android:color="@color/squash" />
  11.  
  12. <size
  13. android:width="10dp"
  14. android:height="10dp" />
  15.  
  16. </shape>
  17. </item>
  18. </layer-list>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement