summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/menu/share_menu.xml
blob: abf87ccd6c8d48a2e5b86906d6c44165cf24bf58 (plain)
1
2
3
4
5
6
7
8
9
<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" >

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

</menu>