Răsfoiți Sursa

Fix zoom, toggle background

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 4 ani în urmă
părinte
comite
db4a7ee8f5
1 a modificat fișierele cu 1 adăugiri și 7 ștergeri
  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>