Advertisement
Guest User

Untitled

a guest
Oct 8th, 2015
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 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. <solid android:color="@android:color/white"/>
  5. <corners android:radius="5dp"/>
  6. <stroke android:width="1dp" android:color="@color/bapul_color_d5d5d5"/>
  7. </shape>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement