mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-10 11:25:02 -05:00
9 lines
249 B
XML
9 lines
249 B
XML
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/menu_settings"
|
||
|
android:orderInCategory="100"
|
||
|
android:showAsAction="never"
|
||
|
android:title="@string/menu_settings"/>
|
||
|
|
||
|
</menu>
|