summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-02-12 17:20:05 +0100
committerlonkaars <loek@pipeframe.xyz>2024-02-12 17:20:05 +0100
commit31430df5989d2b3014633912be5d27485d3e3a25 (patch)
tree20732a211215d6b84152d1183570fb8fcd441902 /app/src/main/res/menu
parentc920569a28504124c860709a08db98a121fa1112 (diff)
main activity tablet/horizontal layout done
Diffstat (limited to 'app/src/main/res/menu')
-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>
+