Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39d46790 authored by nicolasroard's avatar nicolasroard
Browse files

Fix transparency issue under the spinner.

bug:7634701
Change-Id: I907ebbb373958350b1b17dc86723e430441a01dd
parent 0a624bb8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -148,7 +148,8 @@
                android:layout_height="wrap_content"
                android:layout_gravity="center"
                android:indeterminate="true"
                android:indeterminateOnly="true" />
                android:indeterminateOnly="true"
                android:background="@color/background_screen" />

        </FrameLayout>