summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/res/menu
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2017-08-17 06:06:35 -0500
committerSamuel Holland <samuel@sholland.org>2017-08-17 06:06:35 -0500
commit85fc5e7ebfbde91aaaff94e7ba89ca15c3c2a81c (patch)
tree00c7349b2f313fae50ae74ba75a5db9dcc7af498 /app/src/main/res/menu
parent416d3adda740337432255f7a8425be7da4c84a74 (diff)
ConfigListFragment: Restore the non-FAB add menu
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--app/src/main/res/menu/config_list.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/menu/config_list.xml b/app/src/main/res/menu/config_list.xml
new file mode 100644
index 00000000..ef1651f6
--- /dev/null
+++ b/app/src/main/res/menu/config_list.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <item
+ android:id="@+id/menu_action_add"
+ android:alphabeticShortcut="n"
+ android:icon="@drawable/ic_action_add"
+ android:showAsAction="always"
+ android:title="@string/add" />
+</menu>