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

Commit 4a4ab854 authored by Vadim Caen's avatar Vadim Caen
Browse files

Fix background bleeding in splash scren image view

Re-add the @null background on the splash screen icon image view to
ensure we don't display the windowBackground in the image view

Test: Manually tested with faulty apps (SwiftKey, Whatsapp, Splitwise)
Bug: 195433420
Change-Id: I4e489b203ff30385112dbc4aa60c4b6aceb4d6b0
parent 6c675a3a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
          android:layout_width="wrap_content"
          android:layout_gravity="center"
          android:padding="0dp"
          android:background="@null"
          android:contentDescription="@string/splash_screen_view_icon_description"/>

    <View android:id="@+id/splashscreen_branding_view"