Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
  3. <item>
  4. <shape android:shape="oval">
  5. <solid android:color="@color/colorAccent"/>
  6. <padding
  7. android:top="1dp"
  8. android:right="1dp"
  9. android:bottom="1dp"
  10. android:left="1dp"
  11. />
  12. </shape>
  13. </item>
  14. <item android:top = 2>
  15. <shape android:shape="oval">
  16. <solid android:color="@color/white"/>
  17.  
  18. </shape>
  19. </item>
  20. </layer-list>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement