mirror of
https://github.com/gsantner/dandelion
synced 2025-09-14 04:39:42 +02:00
Optionally allow exit button in nav drawer
This commit is contained in:
parent
e1b02c42d2
commit
78f6c7e6e2
8 changed files with 63 additions and 5 deletions
|
@ -45,6 +45,12 @@
|
|||
android:id="@+id/nav_public"
|
||||
android:icon="@drawable/jb_aspects"
|
||||
android:title="@string/nav_public_activities" />
|
||||
|
||||
<item
|
||||
android:id="@+id/nav_exit"
|
||||
android:icon="@drawable/ic_cancel_black_48px"
|
||||
android:title="@string/action_exit_app"
|
||||
android:visible="false"/>
|
||||
</group>
|
||||
|
||||
<item android:title="@string/nav_menu_settings">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue