summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/navigation_drawer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/menu/navigation_drawer.xml')
-rw-r--r--app/src/main/res/menu/navigation_drawer.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/app/src/main/res/menu/navigation_drawer.xml b/app/src/main/res/menu/navigation_drawer.xml
new file mode 100644
index 0000000..facc196
--- /dev/null
+++ b/app/src/main/res/menu/navigation_drawer.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <item
+ android:checkable="true"
+ android:icon="@drawable/roman_numeral_1"
+ android:title="@string/gen_1_name" />
+ <item
+ android:checkable="true"
+ android:icon="@drawable/roman_numeral_2"
+ android:title="@string/gen_2_name" />
+ <item
+ android:checkable="true"
+ android:icon="@drawable/roman_numeral_3"
+ android:title="@string/gen_3_name" />
+ <item
+ android:checkable="true"
+ android:icon="@drawable/roman_numeral_4"
+ android:title="@string/gen_4_name" />
+ <item
+ android:checkable="true"
+ android:icon="@drawable/roman_numeral_5"
+ android:title="@string/gen_5_name" />
+ <item
+ android:checkable="true"
+ android:icon="@drawable/roman_numeral_6"
+ android:title="@string/gen_6_name" />
+ <item
+ android:checkable="true"
+ android:icon="@drawable/roman_numeral_7"
+ android:title="@string/gen_7_name" />
+ <item
+ android:checkable="true"
+ android:icon="@drawable/roman_numeral_8"
+ android:title="@string/gen_8_name" />
+ <item
+ android:checkable="true"
+ android:icon="@drawable/roman_numeral_9"
+ android:title="@string/gen_9_name" />
+</menu>
+