aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/menu
diff options
context:
space:
mode:
authorIsidro Henoch <imhenoch@protonmail.com>2022-01-12 15:09:52 -0600
committerIsidro Henoch <imhenoch@protonmail.com>2022-01-12 15:09:52 -0600
commitcc7cfcb2d65a1164f5b75ae4292ea9a099746038 (patch)
treee3c4c78016fe2bac20bef92098d0d02b3c6f6ed2 /androidApp/src/main/res/menu
parent9b5850870bef2770f281d51b5c96ac9103ab3667 (diff)
downloadetbsa-trackermap-mobile-cc7cfcb2d65a1164f5b75ae4292ea9a099746038.tar.gz
etbsa-trackermap-mobile-cc7cfcb2d65a1164f5b75ae4292ea9a099746038.tar.bz2
etbsa-trackermap-mobile-cc7cfcb2d65a1164f5b75ae4292ea9a099746038.zip
Adds the user information functionality
- Displays the user information - Allows the user to sign out
Diffstat (limited to 'androidApp/src/main/res/menu')
-rw-r--r--androidApp/src/main/res/menu/navigation_menu.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/androidApp/src/main/res/menu/navigation_menu.xml b/androidApp/src/main/res/menu/navigation_menu.xml
deleted file mode 100644
index 2713776..0000000
--- a/androidApp/src/main/res/menu/navigation_menu.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
-
- <group
- android:id="@+id/group_1"
- android:checkableBehavior="single">
- <item
- android:id="@+id/nav_account"
- android:icon="@drawable/device_contact"
- android:title="@string/menu_account" />
- <item
- android:id="@+id/nav_about"
- android:icon="@drawable/icon_about"
- android:title="@string/menu_about" />
- </group>
-
- <group
- android:id="@+id/group_2"
- android:checkableBehavior="single">
- <item
- android:id="@+id/nav_logout"
- android:icon="@drawable/icon_logout"
- android:title="@string/menu_logout" />
- </group>
-
-</menu> \ No newline at end of file