Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.36 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 android:drawable="@drawable/test_pic" />
  4.     <item>
  5.         <shape>
  6.             <solid android:color="@android:color/holo_red_dark"/>
  7.             <size android:width="24dp" android:height="24dp"/>
  8.         </shape>
  9.     </item>
  10. </layer-list>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement