mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
OC-3311: Update background color of image preview to black
This commit is contained in:
parent
ee28694a31
commit
1fff2077a0
1 changed files with 1 additions and 2 deletions
|
@ -26,13 +26,12 @@
|
|||
android:background="@color/background_color"
|
||||
android:gravity="center_horizontal"
|
||||
-->
|
||||
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/top"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:background="@color/background_color"
|
||||
android:background="#000000"
|
||||
tools:context=".ui.fragment.PreviewImageFragment" >
|
||||
|
||||
<ProgressBar
|
||||
|
|
Loading…
Reference in a new issue