add ripple effect for close button in toolbar
This commit is contained in:
parent
652433d943
commit
faad39058b
|
|
@ -13,8 +13,10 @@
|
|||
<ImageView
|
||||
android:id="@+id/pdf_toolbar_close_image"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="56dp"
|
||||
android:layout_marginRight="38dp"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:scaleType="centerInside"
|
||||
android:src="@drawable/global_close_button_normal"/>
|
||||
|
||||
<TextView
|
||||
|
|
|
|||
Loading…
Reference in New Issue