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
This commit is contained in:
Vadim Caen
2021-08-04 13:38:47 +02:00
parent 6c675a3a48
commit 4a4ab854b9

View File

@@ -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"