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

Commit 992d32d9 authored by nicolasroard's avatar nicolasroard Committed by Android Git Automerger
Browse files

am 39d46790: Fix transparency issue under the spinner.

* commit '39d46790':
  Fix transparency issue under the spinner.
parents 466f3d9b 39d46790
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>