summaryrefslogtreecommitdiff
path: root/res/menu/share_menu.xml
blob: f2cb81456d9c9c80a18cfa3c9a5e443e7b487b45 (plain)
1
2
3
4
5
6
7
8
9
<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:ugh="http://schemas.android.com/apk/res-auto" >

    <item
        android:id="@+id/preferences"
        android:icon="@android:drawable/ic_menu_preferences"
        ugh:showAsAction=""
        android:title="@string/preferences"/>

</menu>