Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-11-05 21:44:04 +0300
committerStefan Niedermann <info@niedermann.it>2020-11-05 21:44:04 +0300
commitee8171ceb74b85f07c6ee0092b5d566102b8a5a7 (patch)
tree9557701ba4900b77df87f53634d3bb4df8684884 /app/src/main/res
parent9f442181a8f1b405283b55df128ed4fa9dc6b42e (diff)
Display attachments in a dialog to give the user a chance to cancel the upload
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/dialog_preview.xml (renamed from app/src/main/res/layout/dialog_assignee.xml)2
-rw-r--r--app/src/main/res/layout/item_filter_user.xml2
-rw-r--r--app/src/main/res/layout/item_picker_user.xml2
-rw-r--r--app/src/main/res/values/strings.xml1
4 files changed, 4 insertions, 3 deletions
diff --git a/app/src/main/res/layout/dialog_assignee.xml b/app/src/main/res/layout/dialog_preview.xml
index 6f7157286..5ab35d63e 100644
--- a/app/src/main/res/layout/dialog_assignee.xml
+++ b/app/src/main/res/layout/dialog_preview.xml
@@ -15,7 +15,7 @@
<TextView
android:padding="?dialogPreferredPadding"
- android:id="@+id/displayName"
+ android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?attr/textAppearanceHeadline1"
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 @@
</FrameLayout>
<TextView
- android:id="@+id/displayName"
+ android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
diff --git a/app/src/main/res/layout/item_picker_user.xml b/app/src/main/res/layout/item_picker_user.xml
index 4418bf461..f9a17508e 100644
--- a/app/src/main/res/layout/item_picker_user.xml
+++ b/app/src/main/res/layout/item_picker_user.xml
@@ -41,7 +41,7 @@
android:orientation="vertical">
<TextView
- android:id="@+id/displayName"
+ android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 4d27bbae4..d6d9470fe 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -326,4 +326,5 @@
<string name="downloads">Downloads</string>
<string name="files">Files</string>
<string name="gallery">Gallery</string>
+ <string name="simple_attach">attach</string>
</resources>