Advertisement
Guest User

Untitled

a guest
Feb 10th, 2015
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.50 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
  3.     <item>
  4.         <shape>
  5.             <solid android:color="@color/orange" />
  6.         </shape>
  7.     </item>
  8.  
  9.     <item android:bottom="8dp">
  10.         <shape>
  11.             <solid android:color="@color/white" />
  12.         </shape>
  13.     </item>
  14.  
  15.     <item android:bottom="10dp">
  16.         <shape>
  17.             <solid android:color="@color/gray" />
  18.         </shape>
  19.     </item>
  20.  
  21.  
  22. </layer-list>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement