Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <ImageButton
  2. android:layout_width="wrap_content"
  3. android:layout_height="wrap_content"
  4. android:src="@android:drawable/ic_button"
  5. android:background="?attr/selectableItemBackgroundBorderless"
  6. />
  7.  
  8. <ImageButton
  9. android:layout_width="wrap_content"
  10. android:layout_height="wrap_content"
  11. android:src="@android:drawable/btn_dialog"
  12. android:background="?android:attr/selectableItemBackground" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement