Advertisement
Guest User

Untitled

a guest
May 31st, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 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 android:id="@android:id/background">
  4. <shape>
  5. <corners android:radius="5dip" />
  6. <solid android:color="@color/colorBackgroundGrey" />
  7. </shape>
  8. </item>
  9.  
  10.  
  11. <item
  12. android:id="@android:id/progress"
  13. >
  14. <clip>
  15. <shape>
  16. <corners
  17. android:radius="5dip" />
  18. <solid android:color="#E0CFBA" />
  19. </shape>
  20. </clip>
  21. </item>
  22.  
  23. </layer-list>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement