Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <selector
  2. xmlns:android="http://schemas.android.com/apk/res/android">
  3. <item >
  4. <shape android:shape="rectangle" android:background="#fafafa">
  5.  
  6. <solid android:color="#fafafa" />
  7. <corners android:radius="5dp" />
  8. <stroke
  9. android:width="0.5dp"
  10. android:color="#dddddd"
  11. />
  12. </shape>
  13. </item>
  14. </selector>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement