Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:shape="oval"
  5. >
  6.  
  7. <solid
  8. android:color="@color/colorPrimary"
  9. />
  10. <size
  11. android:width="30dp"
  12. android:height="30dp"/>
  13. </shape>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement