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>2019-12-11 21:52:32 +0300
committerstefan-niedermann <info@niedermann.it>2019-12-11 21:52:32 +0300
commit1babfde480ec3c63e44f652de2988f10499eace3 (patch)
treeb9a31ace1dc611aec63bbb869ef6ddfffded66ef /app/src/main
parent42f5f01957e29235d9aa8cce57682031b077b25d (diff)
Revert converter-gson update (caused errors)
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/layout/item_attachment.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/item_attachment.xml b/app/src/main/res/layout/item_attachment.xml
index e41786554..4bbf3b3f4 100644
--- a/app/src/main/res/layout/item_attachment.xml
+++ b/app/src/main/res/layout/item_attachment.xml
@@ -61,5 +61,6 @@
android:contentDescription="@string/simple_delete"
android:padding="@dimen/standard_padding"
android:scaleType="fitCenter"
+ android:visibility="gone"
app:srcCompat="@drawable/ic_delete_black_24dp" />
</LinearLayout> \ No newline at end of file