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-03-07 21:24:43 +0300
committerstefan-niedermann <info@niedermann.it>2020-03-07 21:24:43 +0300
commitf180824ec20453fe281d859bdd04aac53684ae16 (patch)
treec635b2ce5e2b2a5ad54f395970b5b120d35f21d1 /app/src/main/res/layout/item_attachment.xml
parent656f1d4cc1596a7b6b5fc4b2aa28d8726956acc7 (diff)
Make attachment viewer swipeable
Diffstat (limited to 'app/src/main/res/layout/item_attachment.xml')
-rw-r--r--app/src/main/res/layout/item_attachment.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/layout/item_attachment.xml b/app/src/main/res/layout/item_attachment.xml
new file mode 100644
index 000000000..08a31cf7d
--- /dev/null
+++ b/app/src/main/res/layout/item_attachment.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<androidx.appcompat.widget.AppCompatImageView xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ android:id="@+id/preview"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ app:srcCompat="@drawable/ic_image_grey600_24dp" /> \ No newline at end of file