Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <selector xmlns:android="http://schemas.android.com/apk/res/android">
  3. <item>
  4. <shape android:shape="rectangle">
  5.  
  6. <gradient android:startColor="@color/colorPrimary"
  7. android:endColor="@color/colorPrimary"></gradient>
  8. <corners android:radius="15dp"></corners>
  9.  
  10. </shape>
  11.  
  12. </item>
  13. </selector>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement