فهرست منبع

Merge pull request #6361 from nextcloud/fixZoom

Fix zoom, toggle background
Andy Scherzinger 4 سال پیش
والد
کامیت
2913918232
1فایلهای تغییر یافته به همراه1 افزوده شده و 7 حذف شده
  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:contentDescription="@string/preview_image_description"
         android:src="@drawable/image_fail" />
         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>
 </RelativeLayout>