Implement habits archival

This commit is contained in:
2016-02-13 09:29:57 -05:00
parent 3e25c81f25
commit 62aaac084a
5 changed files with 51 additions and 5 deletions

View File

@@ -6,8 +6,8 @@
android:title="@string/edit">
</item>
<item
android:id="@+id/action_delete_habit"
android:title="@string/delete">
android:id="@+id/action_archive_habit"
android:title="@string/archive">
</item>
</menu>