diff options
| author | 2021-08-04 16:05:42 +0000 | |
|---|---|---|
| committer | 2021-08-04 16:05:42 +0000 | |
| commit | 8499ab6d4d7741e717fe69e46098dd326d4ece0e (patch) | |
| tree | 620039dfee428bb272801f5942cbe03076b80409 | |
| parent | 8661d451f99c73e5b3082cc523574254bf3df282 (diff) | |
| parent | 7de16da32dd2ce69219166b1b3ee5587c57e64b0 (diff) | |
Merge "Fix background bleeding in splash scren image view" into sc-dev am: 7de16da32d
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15462070
Change-Id: Id9935a552178217af12294b41de4f21b5c33c42f
| -rw-r--r-- | core/res/res/layout/splash_screen_view.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/layout/splash_screen_view.xml b/core/res/res/layout/splash_screen_view.xml index aa050f3a364d..2b9f95227f08 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"/> <View android:id="@+id/splashscreen_branding_view" |