mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 01:28:52 -06:00
Sort by score
This commit is contained in:
@@ -59,6 +59,10 @@
|
||||
<item
|
||||
android:id="@+id/actionSortColor"
|
||||
android:title="@string/by_color"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/actionSortScore"
|
||||
android:title="@string/by_score"/>
|
||||
</menu>
|
||||
</item>
|
||||
</menu>
|
||||
|
||||
@@ -201,4 +201,5 @@
|
||||
<string name="manually">Manually</string>
|
||||
<string name="by_name">By name</string>
|
||||
<string name="by_color">By color</string>
|
||||
<string name="by_score">By score</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user