mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 17:48:52 -06:00
12 lines
357 B
XML
12 lines
357 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:context="org.isoron.uhabits.MainActivity" >
|
|
|
|
<item
|
|
android:id="@+id/action_settings"
|
|
android:orderInCategory="100"
|
|
android:showAsAction="never"
|
|
android:title="@string/action_settings"/>
|
|
|
|
</menu>
|