Created a non-functional button in HeaderWithMenuItem.kt

This commit is contained in:
Samuel Wu 2022-10-23 23:43:52 +11:00
parent 2a98cca801
commit 8482bf9fed
3 changed files with 16 additions and 1 deletions

View file

@ -22,6 +22,14 @@
android:textStyle="bold"
tools:text="Header" />
<ImageButton
android:id="@+id/header_menu_item2"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_marginStart="16dp"
android:background="?attr/selectableItemBackgroundBorderless"
tools:src="@drawable/ic_bookmark" />
<ImageButton
android:id="@+id/header_menu_item"
android:layout_width="24dp"