Skip to content

Commit

Permalink
feat: about us selection in drawer (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayrauth authored and adityastic committed Jan 4, 2020
1 parent ebecc14 commit a2cf859
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/src/main/res/menu/drawer_items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
android:id="@+id/settings"
android:icon="@drawable/ic_menu_settings"
android:title="@string/drawer_settings" />
<item
android:id="@+id/about"
android:icon="@drawable/ic_menu_about"
android:title="@string/drawer_about_us" />
</group>

<item android:title="@string/drawer_other">
Expand All @@ -36,10 +40,6 @@
android:id="@+id/share_app_details"
android:icon="@drawable/ic_share"
android:title="@string/drawer_share_app" />
<item
android:id="@+id/about"
android:icon="@drawable/ic_menu_about"
android:title="@string/drawer_about_us" />
<item
android:id="@+id/feedback"
android:icon="@drawable/ic_menu_bug"
Expand Down

0 comments on commit a2cf859

Please sign in to comment.