Dilan1991

Untitled

Apr 22nd, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:shape="rectangle">
  5.  
  6. <solid
  7. android:color="@android:color/transparent">
  8. </solid>
  9.  
  10. <corners
  11. android:radius="25dp">
  12. </corners>
  13.  
  14. <stroke
  15. android:width="1dp"
  16. android:color="#FFF">
  17. </stroke>
  18.  
  19. <padding
  20. android:top="0dp"
  21. android:right="10dp"
  22. android:left="10dp"
  23. android:bottom="0dp">
  24. </padding>
  25.  
  26. </shape>
Advertisement
Add Comment
Please, Sign In to add comment