Skip to content

Commit

Permalink
[Slider] Updated tooltip shape style to use M3 value.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 444643192
  • Loading branch information
leticiarossi authored and dsn5ft committed Apr 27, 2022
1 parent e523260 commit 75af80c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Expand Up @@ -20,6 +20,5 @@
<public name="ShapeAppearance.MaterialComponents.Tooltip" type="style"/>
<public name="TextAppearance.MaterialComponents.Tooltip" type="style"/>
<public name="Widget.MaterialComponents.Tooltip" type="style"/>
<public name="ShapeAppearance.Material3.Tooltip" type="style"/>
<public name="Widget.Material3.Tooltip" type="style"/>
</resources>
Expand Up @@ -41,11 +41,7 @@
<item name="android:padding">4dp</item>
<item name="android:minWidth">28dp</item>
<item name="android:minHeight">28dp</item>
<item name="shapeAppearance">@style/ShapeAppearance.Material3.Tooltip</item>
</style>

<style name="ShapeAppearance.Material3.Tooltip" parent="ShapeAppearance.MaterialComponents.Tooltip">
<item name="cornerSize">50%</item>
<item name="shapeAppearance">@style/ShapeAppearance.Material3.Corner.Full</item>
</style>

</resources>

0 comments on commit 75af80c

Please sign in to comment.