Add action to show reminder right now (for developers)

This commit is contained in:
2017-11-14 22:35:37 -06:00
parent e91f1c3fa4
commit 2a4a7c975f
2 changed files with 19 additions and 1 deletions

View File

@@ -46,4 +46,9 @@
android:title="@string/delete"
app:showAsAction="never"/>
<item
android:id="@+id/action_notify"
android:title="@string/reminder"
app:showAsAction="never"/>
</menu>