mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 01:28:52 -06:00
Add order menu
This commit is contained in:
@@ -45,6 +45,22 @@
|
||||
android:checkable="true"
|
||||
android:enabled="true"
|
||||
android:title="@string/hide_completed"/>
|
||||
|
||||
<item android:title="@string/sort">
|
||||
<menu>
|
||||
<item
|
||||
android:id="@+id/actionSortManual"
|
||||
android:title="@string/manually"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/actionSortName"
|
||||
android:title="@string/by_name"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/actionSortColor"
|
||||
android:title="@string/by_color"/>
|
||||
</menu>
|
||||
</item>
|
||||
</menu>
|
||||
</item>
|
||||
|
||||
@@ -73,5 +89,4 @@
|
||||
android:orderInCategory="100"
|
||||
android:title="@string/about"
|
||||
app:showAsAction="never"/>
|
||||
|
||||
</menu>
|
||||
|
||||
@@ -196,4 +196,9 @@
|
||||
<string name="toggle">Toggle</string>
|
||||
<string name="action">Action</string>
|
||||
<string name="habit">Habit</string>
|
||||
|
||||
<string name="sort">Sort</string>
|
||||
<string name="manually">Manually</string>
|
||||
<string name="by_name">By name</string>
|
||||
<string name="by_color">By color</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user