Skip to content
Snippets Groups Projects
Commit 6751ded3 authored by Torsten Grote's avatar Torsten Grote
Browse files

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

Restore opaque background to progress wheels

Closes #340

See merge request !174
parents 5fab9c38 7e755e26
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment