From 435ab536c2781efbb39c0966c993c1d73e8e87c3 Mon Sep 17 00:00:00 2001 From: Mady Mellor Date: Thu, 29 Apr 2021 12:57:07 -0700 Subject: [PATCH] Fix text color for bubble user education screens Test: manual - look at user education screens for the bubble stack and manage button in light & dark theme and make sure the text is as expected Bug: 183238079 Change-Id: Ia83b2e849f46c3e3eb055ff263a0171f4ad62288 --- .../Shell/res/layout/bubble_stack_user_education.xml | 2 ++ .../Shell/res/layout/bubbles_manage_button_education.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/libs/WindowManager/Shell/res/layout/bubble_stack_user_education.xml b/libs/WindowManager/Shell/res/layout/bubble_stack_user_education.xml index fe1ed4b6f726a..fe6a8bd7643d8 100644 --- a/libs/WindowManager/Shell/res/layout/bubble_stack_user_education.xml +++ b/libs/WindowManager/Shell/res/layout/bubble_stack_user_education.xml @@ -38,6 +38,7 @@ android:gravity="start" android:textAlignment="viewStart" android:text="@string/bubbles_user_education_title" + android:textColor="?android:attr/textColorPrimaryInverse" android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Headline"/> diff --git a/libs/WindowManager/Shell/res/layout/bubbles_manage_button_education.xml b/libs/WindowManager/Shell/res/layout/bubbles_manage_button_education.xml index 8de06c7732d4e..3d48e403b059a 100644 --- a/libs/WindowManager/Shell/res/layout/bubbles_manage_button_education.xml +++ b/libs/WindowManager/Shell/res/layout/bubbles_manage_button_education.xml @@ -41,6 +41,7 @@ android:ellipsize="end" android:gravity="start" android:textAlignment="viewStart" + android:textColor="?android:attr/textColorPrimaryInverse" android:text="@string/bubbles_user_education_manage_title" android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Headline"/> @@ -55,6 +56,7 @@ android:ellipsize="end" android:gravity="start" android:textAlignment="viewStart" + android:textColor="?android:attr/textColorPrimaryInverse" android:fontFamily="@*android:string/config_bodyFontFamily" android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Body2"/>