Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 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. <solid android:color="@android:color/holo_red_light" />
  6. <corners android:radius="15dp" />
  7. <stroke android:color="@android:color/black" android:width="1dp" />
  8. </shape>
  9. </item>
  10. </selector>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement