Guest User

Untitled

a guest
Feb 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 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 xmlns:android="http://schemas.android.com/apk/res/android"
  5. android:shape="oval">
  6. <corners android:radius="10dip" />
  7.  
  8. <stroke
  9. android:width="5dip"
  10. android:color="#ffffff" />
  11. <solid android:color="#f50000" />
  12. </shape>
  13.  
  14. </item>
  15.  
  16. </layer-list>
Add Comment
Please, Sign In to add comment