mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-22 07:13:13 +01:00
11 lines
337 B
XML
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>
|