@@ -292,21 +292,27 @@ slider also has tick marks.
292292
293293#### Track attributes  
294294
295- |  Element |  Attribute |  Related method(s) |  Default value | 
296- | --------------------------------------------| ------------------------------| -------------------------------------------------------------| --------------------------------------| 
297- |  ** Min value**  |  ` android:valueFrom `  |  ` setValueFrom ` <br />` getValueFrom `  |  N/A | 
298- |  ** Max value**  |  ` android:valueTo `  |  ` setValueTo ` <br />` getValueTo `  |  N/A | 
299- |  ** Step size (discrete)**  |  ` android:stepSize `  |  ` setStepSize ` <br />` getStepSize `  |  N/A | 
300- |  ** Initial selected value (Slider)**  |  ` android:value `  |  ` setValue ` <br />` getValue `  |  N/A | 
301- |  ** Initial selected values (RangeSlider)**  |  ` app:values `  |  ` setValues ` <br />` getValues `  |  N/A | 
302- |  ** Height**  |  ` app:trackHeight `  |  ` setTrackHeight ` <br />` getTrackHeight `  |  ` 16dp `  | 
303- |  ** Color**  |  ` app:trackColor `  |  ` setTrackTintList ` <br />` getTrackTintList `  |  ` null `  | 
304- |  ** Color for track's active part**  |  ` app:trackColorActive `  |  ` setTrackActiveTintList ` <br />` getTrackActiveTintList `  |  ` ?attr/colorPrimary `  | 
305- |  ** Color for track's inactive part**  |  ` app:trackColorInactive `  |  ` setTrackInactiveTintList ` <br />` getTrackInactiveTintList `  |  ` ?attr/colorSurfaceContainerHighest `  | 
306- |  ** Corner size**  |  ` app:trackCornerSize `  |  ` setTrackCornerSize ` <br />` getTrackCornerSize `  |  ` trackHeight / 2 `  | 
307- |  ** Inside corner size**  |  ` app:trackInsideCornerSize `  |  ` setTrackInsideCornerSize ` <br />` getTrackInsideCornerSize `  |  ` 2dp `  | 
308- |  ** Stop indicator size**  |  ` app:trackStopIndicatorSize `  |  ` setTrackStopIndicatorSize ` <br />` getTrackStopIndicatorSize `  |  ` 4dp `  | 
309- |  ** Minimum separation for adjacent thumbs**  |  ` app:minSeparation `  |  ` setMinSeparation ` <br />` getMinSeparation `  |  ` 0dp `  | 
295+ |  Element |  Attribute |  Related method(s) |  Default value | 
296+ | --------------------------------------------| ------------------------------| --------------------------------------------------------------------------------------| --------------------------------------| 
297+ |  ** Min value**  |  ` android:valueFrom `  |  ` setValueFrom ` <br />` getValueFrom `  |  N/A | 
298+ |  ** Max value**  |  ` android:valueTo `  |  ` setValueTo ` <br />` getValueTo `  |  N/A | 
299+ |  ** Step size (discrete)**  |  ` android:stepSize `  |  ` setStepSize ` <br />` getStepSize `  |  N/A | 
300+ |  ** Initial selected value (Slider)**  |  ` android:value `  |  ` setValue ` <br />` getValue `  |  N/A | 
301+ |  ** Initial selected values (RangeSlider)**  |  ` app:values `  |  ` setValues ` <br />` getValues `  |  N/A | 
302+ |  ** Height**  |  ` app:trackHeight `  |  ` setTrackHeight ` <br />` getTrackHeight `  |  ` 16dp `  | 
303+ |  ** Color**  |  ` app:trackColor `  |  ` setTrackTintList ` <br />` getTrackTintList `  |  ` null `  | 
304+ |  ** Color for track's active part**  |  ` app:trackColorActive `  |  ` setTrackActiveTintList ` <br />` getTrackActiveTintList `  |  ` ?attr/colorPrimary `  | 
305+ |  ** Color for track's inactive part**  |  ` app:trackColorInactive `  |  ` setTrackInactiveTintList ` <br />` getTrackInactiveTintList `  |  ` ?attr/colorSurfaceContainerHighest `  | 
306+ |  ** Corner size**  |  ` app:trackCornerSize `  |  ` setTrackCornerSize ` <br />` getTrackCornerSize `  |  ` trackHeight / 2 `  | 
307+ |  ** Inside corner size**  |  ` app:trackInsideCornerSize `  |  ` setTrackInsideCornerSize ` <br />` getTrackInsideCornerSize `  |  ` 2dp `  | 
308+ |  ** Stop indicator size**  |  ` app:trackStopIndicatorSize `  |  ` setTrackStopIndicatorSize ` <br />` getTrackStopIndicatorSize `  |  ` 4dp `  | 
309+ |  ** Minimum separation for adjacent thumbs**  |  ` app:minSeparation `  |  ` setMinSeparation ` <br />` getMinSeparation `  |  ` 0dp `  | 
310+ |  ** Active icon**  |  ` app:trackIconActive `  |  ` setTrackIconActive ` <br />` setTrackIconActiveResource ` <br />` getTrackIconActive `  |  ` null `  | 
311+ |  ** Active icon size**  |  ` app:trackIconActiveSize `  |  ` setTrackIconActiveSize ` <br />` getTrackIconActiveSize `  |  N/A | 
312+ |  ** Active icon color**  |  ` app:trackIconActiveColor `  |  ` setTrackIconActiveColor ` <br />` getTrackIconActiveColor `  |  N/A | 
313+ |  ** Inactive icon**  |  ` app:trackIconInactive `  |  ` setTrackIconInactive ` <br />` setTrackIconInactiveResource ` <br />` getTrackIconInactive `  |  ` null `  | 
314+ |  ** Inactive icon size**  |  ` app:trackIconInactiveSize `  |  ` setTrackIconInactiveSize ` <br />` getTrackIconInactiveSize `  |  N/A | 
315+ |  ** Inactive icon color**  |  ` app:trackIconInactiveColor `  |  ` setTrackIconInactiveColor ` <br />` getTrackIconInactiveColor `  |  N/A | 
310316
311317** Note:**  ` app:trackColor `  takes precedence over ` app:trackColorActive `  and
312318` app:trackColorInative ` . It's a shorthand for setting both values to the same
0 commit comments