mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-04 16:10:13 -04:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user