Unexpected-Keyboard/res/menu/launcher_menu.xml
2024-05-05 11:22:34 +02:00

11 lines
337 B
XML

<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>