From 0e4e44e8cdc00251275c4c4b6af6873fdb2e3fea Mon Sep 17 00:00:00 2001 From: leticiars Date: Tue, 26 Apr 2022 16:14:46 -0400 Subject: [PATCH] [TextInputLayout] Updated shape to use M3 attrs/styles. PiperOrigin-RevId: 444647020 --- .../android/material/textfield/res/values/styles.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/lib/java/com/google/android/material/textfield/res/values/styles.xml b/lib/java/com/google/android/material/textfield/res/values/styles.xml index 404d3cfd5f1..1c2ff61255e 100644 --- a/lib/java/com/google/android/material/textfield/res/values/styles.xml +++ b/lib/java/com/google/android/material/textfield/res/values/styles.xml @@ -354,7 +354,8 @@ ?attr/textAppearanceBodyLarge ?attr/textAppearanceTitleMedium ?attr/textAppearanceTitleMedium - ?attr/shapeAppearanceSmallComponent + ?attr/shapeAppearanceCornerExtraSmall + @null @@ -402,7 +403,8 @@ ?attr/textAppearanceBodyLarge ?attr/textAppearanceTitleMedium ?attr/textAppearanceTitleMedium - @style/ShapeAppearanceOverlay.Material3.TextField.Filled + ?attr/shapeAppearanceCornerExtraSmall + @style/ShapeAppearanceOverlay.Material3.Corner.Top - -