Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item>
- <shape android:shape="oval">
- <solid android:color="@color/white"/>
- <stroke android:width="5dp" android:color="#848484"/>
- <size android:width="200dp" android:height="200dp"/>
- </shape>
- </item>
- </selector>
Advertisement
Add Comment
Please, Sign In to add comment