mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 01:28:52 -06:00
Rename export action and move to overflow menu
This commit is contained in:
@@ -22,10 +22,9 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<item
|
||||
android:id="@+id/download"
|
||||
android:icon="?iconDownload"
|
||||
android:title="@string/download"
|
||||
app:showAsAction="ifRoom"/>
|
||||
android:id="@+id/export"
|
||||
android:title="@string/export"
|
||||
app:showAsAction="never"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_edit_habit"
|
||||
|
||||
@@ -203,4 +203,5 @@
|
||||
<string name="by_color">By color</string>
|
||||
<string name="by_score">By score</string>
|
||||
<string name="download">Download</string>
|
||||
<string name="export">Export</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user