Guest User

Untitled

a guest
Feb 17th, 2019
88
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. 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>
  8.  
  9. import static com.mycompany.myapp.R.drawable.*;
Add Comment
Please, Sign In to add comment