Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item>
- <shape>
- <solid android:color="@color/orange" />
- </shape>
- </item>
- <item android:bottom="8dp">
- <shape>
- <solid android:color="@color/white" />
- </shape>
- </item>
- <item android:bottom="10dp">
- <shape>
- <solid android:color="@color/gray" />
- </shape>
- </item>
- </layer-list>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement