Is there any way to change `Slider` ThumbSize othe...
# compose
z
Is there any way to change
Slider
ThumbSize other the to copy the whole code of
Slider
into my project and change that internal value?
1
z
I don't think so, but feel free to file a feature request since I thought material allowed you to use at least a few different thumb shapes.
z
Yeah I usually get the "don't customize - build your own" approach, but Slider is a 1000 code lines class and thumbSize is, very surprisingly, internal.
z
Are you using material 2 or 3?
z
I have not been material3 so far. Just
androidx.compose.material:material: 1.0.1
My project
compileSdkVersion
is 30 and we are not ready to support 12 yet
We have alot of third party that may not state "`exported`" property on their activities, we just haven't got around to support that
z
I'm not sure if material3 supports this already but if not definitely file a feature request
👍 1