abouttreesummaryrefslogcommitdiff
path: root/res/menu/launcher_menu.xml
diff options
context:
space:
mode:
authoralotbsol5552024-05-05 11:22:34 +0200
committerGitHub2024-05-05 11:22:34 +0200
commitc7d33356bca0ba39fca84c213b51199916f58c25 (patch)
treef134fcc52c1df3c3c7278cf67873d4e4c4b2537b /res/menu/launcher_menu.xml
parent69ab869079307509a8c2e2ad89d7a163521fb6e4 (diff)
downloadunexpected-keyboard-c7d33356bca0ba39fca84c213b51199916f58c25.tar.gz
unexpected-keyboard-c7d33356bca0ba39fca84c213b51199916f58c25.zip
Add settings button to launcher app (#629)
Diffstat (limited to 'res/menu/launcher_menu.xml')
-rw-r--r--res/menu/launcher_menu.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/menu/launcher_menu.xml b/res/menu/launcher_menu.xml
new file mode 100644
index 0000000..69cf9f1
--- /dev/null
+++ b/res/menu/launcher_menu.xml
@@ -0,0 +1,10 @@
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ tools:context=".LauncherActivity">
+
+ <item
+ android:id="@+id/btnLaunchSettingsActivity"
+ android:title=""
+ android:icon="@drawable/cog_outline"
+ android:showAsAction="always" />
+</menu>