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-04-27 14:00:06 +0300
committerStefan Niedermann <info@niedermann.it>2020-04-27 14:00:06 +0300
commit053d00c7a77ab3d584f2b0517223d2dd3ba2cf34 (patch)
treea6d60d5e04de6e62e73c85688fe7d64a02235e70 /app/src/main/res/layout
parent1d1cec7ccfebfb459f1829a7e0454f843e2a5520 (diff)
Fix attachment handling
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/item_attachment_default.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/src/main/res/layout/item_attachment_default.xml b/app/src/main/res/layout/item_attachment_default.xml
index a8cc154e3..da3dfc831 100644
--- a/app/src/main/res/layout/item_attachment_default.xml
+++ b/app/src/main/res/layout/item_attachment_default.xml
@@ -38,9 +38,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_weight="1"
- android:hint="Filename"
- android:textSize="@dimen/text_size_attachments"
- tools:ignore="HardcodedText" />
+ android:textSize="@dimen/text_size_attachments" />
<LinearLayout
android:layout_width="wrap_content"