From 180970e88b184aa13c3b53b612e7bccc39ae7e23 Mon Sep 17 00:00:00 2001 From: changbetty Date: Wed, 2 Jun 2021 22:02:48 +0800 Subject: [PATCH] [GAR] Set the correct color and style to panel UI 1. Set the correct color to panel subTitle for pass the GAR 2. Follow the UI spec to set the font style and size to the panel title Bug: 189799700 Test: Manaul test by Accessibility Scanner Change-Id: I7e7864f18e0e5c6edc8e5160cf984472d4aba881 --- res/layout/panel_layout.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/res/layout/panel_layout.xml b/res/layout/panel_layout.xml index 2a55b58916a..674e20ecaf3 100644 --- a/res/layout/panel_layout.xml +++ b/res/layout/panel_layout.xml @@ -62,14 +62,18 @@ android:ellipsize="end" android:maxLines="1" android:textColor="?android:attr/textColorPrimary" - android:textSize="20sp"/> + android:textSize="24sp" + android:fontFamily="sans-serif-reqular"/> + android:maxLines="1" + android:textColor="?android:attr/textColorSecondary" + android:textSize="14sp" + android:fontFamily="sans-serif-reqular" />