From bb8f1da6a00aec9faeea0c94426a449c517beca9 Mon Sep 17 00:00:00 2001 From: Matt Casey Date: Fri, 12 Apr 2024 15:15:48 +0000 Subject: Simplifications for shelf_action_chip Remove custom wrapper class, don't set alpha. Bug: 329659738 Test: Manual verification Flag: ACONFIG com.android.systemui.screenshot_shelf_ui DEVELOPMENT Change-Id: Id1b0d9656b79180bf5489a848721ab4caa289c68 Merged-In: Id1b0d9656b79180bf5489a848721ab4caa289c68 --- packages/SystemUI/res/layout/shelf_action_chip.xml | 38 +++++++++------------- 1 file changed, 16 insertions(+), 22 deletions(-) diff --git a/packages/SystemUI/res/layout/shelf_action_chip.xml b/packages/SystemUI/res/layout/shelf_action_chip.xml index 709c80d07088..c7606e404215 100644 --- a/packages/SystemUI/res/layout/shelf_action_chip.xml +++ b/packages/SystemUI/res/layout/shelf_action_chip.xml @@ -14,33 +14,27 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - - + + - - - - + android:fontFamily="@*android:string/config_headlineFontFamilyMedium" + android:textSize="@dimen/overlay_action_chip_text_size" + android:textColor="?androidprv:attr/materialColorOnSecondary"/> + -- cgit v1.2.3-59-g8ed1b