Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android" >
  3.  
  4. <size
  5. android:height="10dp"
  6. android:width="10dp" />
  7.  
  8. <solid android:color="#FFFFFF" />
  9.  
  10. <stroke
  11. android:width="1dp"
  12. android:color="@color/divider_color" />
  13.  
  14. </shape>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement