From 8ca016fb01f4bc73d506ae3286e3739ea046df0a Mon Sep 17 00:00:00 2001 From: Material Design Team Date: Thu, 19 Oct 2023 14:36:31 -0700 Subject: [PATCH] [M3][Catalog] Update Shape Theming bottom sheet text color PiperOrigin-RevId: 575005367 --- .../res/layout/cat_shape_theming_bottomsheet_content.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/java/io/material/catalog/shapetheming/res/layout/cat_shape_theming_bottomsheet_content.xml b/catalog/java/io/material/catalog/shapetheming/res/layout/cat_shape_theming_bottomsheet_content.xml index 242bc3120..856c76ea6 100644 --- a/catalog/java/io/material/catalog/shapetheming/res/layout/cat_shape_theming_bottomsheet_content.xml +++ b/catalog/java/io/material/catalog/shapetheming/res/layout/cat_shape_theming_bottomsheet_content.xml @@ -29,7 +29,7 @@ android:id="@+id/bottomsheet_state" android:layout_width="match_parent" android:layout_height="100dp" - android:textColor="?attr/colorOnPrimary" + android:textColor="?attr/colorOnSurface" android:gravity="center" android:textSize="20sp" android:text="@string/cat_shape_theming_bottomsheet_title"/>