From 4a4ab854b96a9aaed4993685ac3533e0c5b43c74 Mon Sep 17 00:00:00 2001 From: Vadim Caen Date: Wed, 4 Aug 2021 13:38:47 +0200 Subject: [PATCH] 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 --- core/res/res/layout/splash_screen_view.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/res/res/layout/splash_screen_view.xml b/core/res/res/layout/splash_screen_view.xml index aa050f3a364dc..2b9f95227f082 100644 --- a/core/res/res/layout/splash_screen_view.xml +++ b/core/res/res/layout/splash_screen_view.xml @@ -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"/>