Rename export action and move to overflow menu

This commit is contained in:
2017-03-18 22:22:07 -04:00
parent e46fd58664
commit ab0c510fda
4 changed files with 8 additions and 8 deletions

View File

@@ -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"