Advertisement
Guest User

Untitled

a guest
Mar 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.51 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 xmlns:android="http://schemas.android.com/apk/res/android">
  5.             <stroke android:width="2dp" android:color="@color/color_gray" />
  6.             <solid android:color="@color/theme_color1"/>
  7.             <padding android:bottom="2dp" android:left="2dp" android:right="2dp" android:top="2dp" />
  8.             <corners android:radius="20dp" />
  9.         </shape>
  10.     </item>
  11. </selector>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement