Fix zoom, toggle background

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2020-06-25 15:17:54 +02:00
parent 066fef03c2
commit db4a7ee8f5
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -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>