Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <layer-list
  2. xmlns:android="http://schemas.android.com/apk/res/android">
  3. <item>
  4. <ripple
  5. android:color="@color/android_l_light_gray">
  6. </ripple>
  7. </item>
  8.  
  9. <item>
  10. <shape
  11. android:shape="rectangle">
  12. <solid android:color="@color/android_l_dark_gray" />
  13. </shape>
  14. </item> </layer-list>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement