Guest User

Untitled

a guest
Sep 14th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 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" android:padding="10dp">
  4.  
  5. <solid android:color="@color/colorPrimary"/>
  6.  
  7. <corners
  8. android:radius="3dp"
  9. android:bottomRightRadius="0dp"
  10. android:bottomLeftRadius="0dp"
  11. android:topLeftRadius="5dp"
  12. android:topRightRadius="5dp"/>
  13. </shape>
Add Comment
Please, Sign In to add comment