Browse Source

Merge pull request #6361 from nextcloud/fixZoom

Fix zoom, toggle background
Andy Scherzinger 4 years ago
parent
commit
2913918232
1 changed files with 1 additions and 7 deletions
  1. 1 7
      src/main/res/layout/preview_image_fragment.xml

+ 1 - 7
src/main/res/layout/preview_image_fragment.xml

@@ -34,11 +34,5 @@
         android:contentDescription="@string/preview_image_description"
         android:src="@drawable/image_fail" />
 
-    <ScrollView
-        android:layout_width="match_parent"
-        android:layout_height="match_parent">
-
-        <include layout="@layout/empty_list" />
-
-    </ScrollView>
+    <include layout="@layout/empty_list" />
 </RelativeLayout>