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/res/layout/item_attachment_default.xml')
-rw-r--r--app/src/main/res/layout/item_attachment_default.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/src/main/res/layout/item_attachment_default.xml b/app/src/main/res/layout/item_attachment_default.xml
index 26798c547..439e404c6 100644
--- a/app/src/main/res/layout/item_attachment_default.xml
+++ b/app/src/main/res/layout/item_attachment_default.xml
@@ -63,17 +63,4 @@
android:layout_gravity="end"
tools:text="Mar 4" />
</LinearLayout>
-
- <ImageButton
- android:id="@+id/deleteButton"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_marginStart="@dimen/standard_half_margin"
- android:layout_marginLeft="@dimen/standard_half_margin"
- android:background="?android:selectableItemBackground"
- android:contentDescription="@string/simple_delete"
- android:padding="@dimen/standard_padding"
- android:scaleType="fitCenter"
- app:srcCompat="@drawable/ic_delete_black_24dp" />
</LinearLayout> \ No newline at end of file