Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:shape="rectangle" >
  4.  
  5.  
  6. <corners android:radius="3dp" />
  7.  
  8. <stroke
  9. android:width="1px"
  10. android:color="#ffffff" />
  11.  
  12. </shape>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement