diff options
| author | alotbsol555 | 2024-05-05 11:22:34 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-05 11:22:34 +0200 |
| commit | c7d33356bca0ba39fca84c213b51199916f58c25 (patch) | |
| tree | f134fcc52c1df3c3c7278cf67873d4e4c4b2537b /res/menu | |
| parent | 69ab869079307509a8c2e2ad89d7a163521fb6e4 (diff) | |
| download | unexpected-keyboard-c7d33356bca0ba39fca84c213b51199916f58c25.tar.gz unexpected-keyboard-c7d33356bca0ba39fca84c213b51199916f58c25.zip | |
Add settings button to launcher app (#629)
Diffstat (limited to 'res/menu')
| -rw-r--r-- | res/menu/launcher_menu.xml | 10 |
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> |
