Guest User

Untitled

a guest
Dec 11th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <ImageButton
  2. android:id="@+id/bottle"
  3. android:src="@drawable/bottle"
  4. android:background="@drawable/rouncorners"
  5. android:layout_width="100dp"
  6. android:layout_height="100dp"/>
  7.  
  8.  
  9. <?xml version="1.0" encoding="utf-8"?>
  10. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  11. android:shape="rectangle">
  12.  
  13.  
  14. <corners android:radius="10dp"/>
  15.  
  16. </shape>
Add Comment
Please, Sign In to add comment