From ee8171ceb74b85f07c6ee0092b5d566102b8a5a7 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Thu, 5 Nov 2020 19:44:04 +0100 Subject: Display attachments in a dialog to give the user a chance to cancel the upload Signed-off-by: Stefan Niedermann --- app/src/main/res/layout/dialog_assignee.xml | 23 ----------------------- app/src/main/res/layout/dialog_preview.xml | 23 +++++++++++++++++++++++ app/src/main/res/layout/item_filter_user.xml | 2 +- app/src/main/res/layout/item_picker_user.xml | 2 +- app/src/main/res/values/strings.xml | 1 + 5 files changed, 26 insertions(+), 25 deletions(-) delete mode 100644 app/src/main/res/layout/dialog_assignee.xml create mode 100644 app/src/main/res/layout/dialog_preview.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/dialog_assignee.xml b/app/src/main/res/layout/dialog_assignee.xml deleted file mode 100644 index 6f7157286..000000000 --- a/app/src/main/res/layout/dialog_assignee.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/dialog_preview.xml b/app/src/main/res/layout/dialog_preview.xml new file mode 100644 index 000000000..5ab35d63e --- /dev/null +++ b/app/src/main/res/layout/dialog_preview.xml @@ -0,0 +1,23 @@ + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_filter_user.xml b/app/src/main/res/layout/item_filter_user.xml index 2c29bf5ad..0aced6dc2 100644 --- a/app/src/main/res/layout/item_filter_user.xml +++ b/app/src/main/res/layout/item_filter_user.xml @@ -31,7 +31,7 @@ Downloads Files Gallery + attach -- cgit v1.2.3