mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-08-15 11:12:49 +02:00
Add settings button to launcher app (#629)
This commit is contained in:
10
res/menu/launcher_menu.xml
Normal file
10
res/menu/launcher_menu.xml
Normal file
@ -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>
|
Reference in New Issue
Block a user