mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-27 00:30:00 +00:00
10 lines
332 B
XML
10 lines
332 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||
|
|
<item
|
||
|
|
android:id="@+id/opt_out"
|
||
|
|
android:orderInCategory="1"
|
||
|
|
app:showAsAction="always"
|
||
|
|
android:title="@string/opt_out_class" />
|
||
|
|
|
||
|
|
</menu>
|