Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 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. <solid android:color="@color/squash" />
  7. <size
  8. android:width="10dp"
  9. android:height="10dp" />
  10. </shape>
  11. </item>
  12. </layer-list>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement