mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 14:45:47 +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: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>
|
||||
|
|
Loading…
Reference in a new issue