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:
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