mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-15 13:45:01 -05:00
9 lines
253 B
XML
9 lines
253 B
XML
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/action_settings"
|
||
|
android:orderInCategory="100"
|
||
|
android:showAsAction="never"
|
||
|
android:title="@string/action_settings"/>
|
||
|
|
||
|
</menu>
|