You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
719 B

<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
xmlns:compat="http://schemas.android.com/apk/res-auto"
tools:context="org.myhush.silentdragon.MainActivity">
<item android:id="@+id/action_settings"
android:title="@string/action_settings"/>
<item android:id="@+id/action_about"
android:title="@string/action_about"
android:orderInCategory="100"
app:showAsAction="never"/>
<item android:title="@string/refresh" android:id="@+id/action_refresh"
compat:showAsAction="ifRoom"
android:icon="@drawable/refresh"/>
</menu>