added template button listener
This commit is contained in:
parent
5a514a389a
commit
96111a40b2
4 changed files with 9 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
tools:context=".HomeFragment">
|
||||
|
||||
<Button
|
||||
android:id="@+id/button_first"
|
||||
android:id="@+id/button_test"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/btn_test"
|
||||
|
|
|
|||
|
|
@ -5,10 +5,12 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/nav_main"
|
||||
android:tag="nav_main"
|
||||
android:title="@string/nav_main_label" />
|
||||
|
||||
<item
|
||||
android:id="@+id/nav_debug"
|
||||
android:tag="nav_debug"
|
||||
android:title="@string/nav_debug_frag_label" />
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue