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

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

am 992d32d9: am 39d46790: Fix transparency issue under the spinner.

* commit '992d32d9':
  Fix transparency issue under the spinner.
parents 0d9b166b 992d32d9
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>