Created a non-functional button in HeaderWithMenuItem.kt
This commit is contained in:
parent
2a98cca801
commit
8482bf9fed
3 changed files with 16 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue