Guest User

Untitled

a guest
Jun 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:innerRadius="0dp"
  3. android:shape="oval"
  4. android:thickness="140dp"
  5. android:useLevel="false">
  6. <gradient
  7. android:angle="0"
  8. android:centerX="0"
  9. android:startColor="@android:color/holo_green_light"
  10. android:endColor="@android:color/darker_gray"
  11. android:type="sweep" />
  12.  
  13. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  14. android:shape="oval">
  15.  
  16. <gradient
  17. android:centerX="-1"
  18. android:type="sweep"
  19. android:startColor="#fff"
  20. android:endColor="#000"
  21. />
  22.  
  23. </shape>
Add Comment
Please, Sign In to add comment