summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/menu/activity_share.xml
blob: 40bb9237f032d1966e98c2fdd3c56381f54210c7 (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="@drawable/ic_settings"
        app:showAsAction=""
        android:title="@string/preferences"/>

</menu>