Browse Source

Merge pull request #6361 from nextcloud/fixZoom

Fix zoom, toggle background
Andy Scherzinger 4 năm trước cách đây
mục cha
commit
2913918232
1 tập tin đã thay đổi với 1 bổ sung7 xóa
  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>