mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Add developer plans to nav drawer
This commit is contained in:
parent
1c9989d658
commit
07102c04e9
4 changed files with 24 additions and 0 deletions
|
|
@ -30,6 +30,11 @@
|
|||
android:icon="@drawable/ic_feedback_black_24dp"
|
||||
android:title="@string/navigation_item_feedback"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_developer_plans"
|
||||
android:icon="@drawable/ic_help_outline_black_24dp"
|
||||
android:title="@string/navigation_item_developer_plans"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_logout"
|
||||
android:icon="@drawable/ic_exit_to_app_black_24dp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue