AntennaPod/res/menu/main.xml

14 lines
411 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:custom="http://schemas.android.com/apk/res-auto">
2014-04-21 12:02:08 +02:00
2013-08-14 17:22:13 +02:00
<item
android:id="@+id/show_preferences"
android:title="@string/settings_label"
2014-04-21 13:15:33 +02:00
android:menuCategory="system"
2013-08-14 17:22:13 +02:00
android:icon="?attr/action_settings"
custom:showAsAction="collapseActionView"/>
2013-08-14 17:22:13 +02:00
</menu>