Lots of code cleanup

Confirm dialog cancel now also works on touch outside and click back button
New task dialog is now also an Edit Task dialog:
 - data is loaded when clicked on an existing  Task
 - a delete button is added on Edit mode
 - Undo in snackbar is working
 - Saving inserts or updates in DB depending on mode
This commit is contained in:
2015-12-16 23:48:58 -05:00
parent 8386a136b5
commit 239e34d9fd
22 changed files with 161 additions and 266 deletions

View File

@@ -30,7 +30,7 @@
android:layout_height="wrap_content"
android:maxLines="2"
android:textColor="@color/colorPrimary"
android:textSize="14dp"
android:textSize="14sp"
android:textAppearance="?attr/textAppearanceListItemSmall" />
</LinearLayout>
</LinearLayout>