Advertisement
Guest User

Untitled

a guest
Sep 1st, 2014
159
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.  
  4. <corners android:radius="3.0dp" />
  5.  
  6. <stroke
  7. android:width="2dp"
  8. android:color="@color/green" />
  9.  
  10. </shape>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement