Skip to content

Commit 75af80c

Browse files
leticiarossidsn5ft
authored andcommittedApr 27, 2022
[Slider] Updated tooltip shape style to use M3 value.
PiperOrigin-RevId: 444643192
1 parent e523260 commit 75af80c

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed
 

‎lib/java/com/google/android/material/tooltip/res-public/values/public.xml

-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@
2020
<public name="ShapeAppearance.MaterialComponents.Tooltip" type="style"/>
2121
<public name="TextAppearance.MaterialComponents.Tooltip" type="style"/>
2222
<public name="Widget.MaterialComponents.Tooltip" type="style"/>
23-
<public name="ShapeAppearance.Material3.Tooltip" type="style"/>
2423
<public name="Widget.Material3.Tooltip" type="style"/>
2524
</resources>

‎lib/java/com/google/android/material/tooltip/res/values/styles.xml

+1-5
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,7 @@
4141
<item name="android:padding">4dp</item>
4242
<item name="android:minWidth">28dp</item>
4343
<item name="android:minHeight">28dp</item>
44-
<item name="shapeAppearance">@style/ShapeAppearance.Material3.Tooltip</item>
45-
</style>
46-
47-
<style name="ShapeAppearance.Material3.Tooltip" parent="ShapeAppearance.MaterialComponents.Tooltip">
48-
<item name="cornerSize">50%</item>
44+
<item name="shapeAppearance">@style/ShapeAppearance.Material3.Corner.Full</item>
4945
</style>
5046

5147
</resources>

0 commit comments

Comments
 (0)
Please sign in to comment.