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