mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 10:49:04 +03:00
Fix zoom, toggle background
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
066fef03c2
commit
db4a7ee8f5
1 changed files with 1 additions and 7 deletions
|
@ -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
|
<include layout="@layout/empty_list" />
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="match_parent">
|
|
||||||
|
|
||||||
<include layout="@layout/empty_list" />
|
|
||||||
|
|
||||||
</ScrollView>
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
Loading…
Reference in a new issue