android:id="@+id/fdScrollView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:background="@color/owncloud_white"
+ 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/owncloud_white"
+ android:background="#000000"
tools:context=".ui.fragment.PreviewImageFragment" >
<ProgressBar