abouttreesummaryrefslogcommitdiff
path: root/res/menu/launcher_menu.xml
blob: 69cf9f1aa3668e1a9287409a806806a909708bc7 (plain)
1
2
3
4
5
6
7
8
9
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>