Merge branch '340-progress-background' into 'master'

Restore opaque background to progress wheels

Closes #340

See merge request !174
This commit is contained in:
Torsten Grote
2016-05-03 17:52:09 +00:00

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">