forked from extern/Unexpected-Keyboard
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>
|