Restored opaque background to progress wheels. #340

This commit is contained in:
akwizgran
2016-05-03 18:46:45 +01:00
parent 5fab9c383d
commit 7e755e260a

View File

@@ -22,12 +22,14 @@
<FrameLayout
android:id="@+id/content_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
android:layout_height="match_parent"
android:background="@color/window_background"/>
<RelativeLayout
android:id="@+id/container_progress"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/window_background"
android:layout_gravity="center"
android:visibility="invisible"
tools:visibility="visible">