material-range-bar icon indicating copy to clipboard operation
material-range-bar copied to clipboard

Unable to set Thumb Radius and Thumb Color from XML or Java

Open AbdullahUsmani opened this issue 8 years ago • 1 comments

Wiki states that : custom:thumbRadius / setThumbRadius(dim) can be used for thumb radius customisation and custom:thumbColorNormal / setThumbColorNormal(int) can be used for thumb colour customisation

But I am unable to set any of these from XML or Java code. I looked into the attrs.xml file in res/values, it doesn't even have these attributes. Neither does the RangeBar class have the stated methods.

AbdullahUsmani avatar Mar 09 '16 04:03 AbdullahUsmani

I think that's what custom:selectorSize and custom:selectorColor does, but still we can have the custom:selectorColor accept a drawable

VaibhavOPTIX avatar Mar 30 '16 09:03 VaibhavOPTIX