tt-rss-android/res/menu/share_menu.xml
2014-10-15 13:29:20 +04:00

9 lines
311 B
XML

<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>