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/activity_attachments.xml
parent656f1d4cc1596a7b6b5fc4b2aa28d8726956acc7 (diff)
Make attachment viewer swipeable
Diffstat (limited to 'app/src/main/res/layout/activity_attachments.xml')
-rw-r--r--app/src/main/res/layout/activity_attachments.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/app/src/main/res/layout/activity_attachments.xml b/app/src/main/res/layout/activity_attachments.xml
index 4d1fabe17..2e9f68414 100644
--- a/app/src/main/res/layout/activity_attachments.xml
+++ b/app/src/main/res/layout/activity_attachments.xml
@@ -23,14 +23,14 @@
<androidx.viewpager2.widget.ViewPager2
android:id="@+id/view_pager"
android:layout_width="match_parent"
- android:layout_height="wrap_content" />
+ android:layout_height="match_parent" />
- <androidx.appcompat.widget.AppCompatImageView
- android:id="@+id/image"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:contentDescription="@null"
- android:transitionName="@string/transition_attachment_preview"
- tools:src="@drawable/ic_image_grey600_24dp"
- tools:targetApi="lollipop" />
+<!-- <androidx.appcompat.widget.AppCompatImageView-->
+<!-- android:id="@+id/image"-->
+<!-- android:layout_width="match_parent"-->
+<!-- android:layout_height="match_parent"-->
+<!-- android:contentDescription="@null"-->
+<!-- android:transitionName="@string/transition_attachment_preview"-->
+<!-- tools:src="@drawable/ic_image_grey600_24dp"-->
+<!-- tools:targetApi="lollipop" />-->
</LinearLayout> \ No newline at end of file