Skip to content

Commit 639b3b8

Browse files
cketchamdsn5ft
authored andcommitted
Fix format for slider attrs
PiperOrigin-RevId: 275560132
1 parent 642343b commit 639b3b8

File tree

1 file changed

+3
-3
lines changed
  • lib/java/com/google/android/material/slider/res-public/values

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<public name="inactiveTickColor" type="attr" />
2727
<public name="labelColor" type="attr" />
2828
<public name="floatingLabel" type="attr" />
29-
<public name="thumbRadius" format="dimension" />
30-
<public name="thumbElevation" format="dimension" />
31-
<public name="haloRadius" format="dimension" />
29+
<public name="thumbRadius" format="attr" />
30+
<public name="thumbElevation" format="attr" />
31+
<public name="haloRadius" format="attr" />
3232
<public name="Widget.MaterialComponents.Slider" type="style"/>
3333
</resources>

0 commit comments

Comments
 (0)