-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
range bar height #100
Comments
In your layout
slider_track.xml
slider_range_bar.xml
To get this i dug through the source code and found the resource they're using in the lib, and replaced the hard coded 2dp dimension with my required value. Caveat: Its noticably mis-aligned on the vertical axis, so will become more noticable the larger your bar. I'll post back if i figure that bit out too |
I couldn't figure it out so i hacked it. I just added half-height padding to the bottom of the track and range drawables:
|
Try to increase the height of the range bar. can not increase the height #
The text was updated successfully, but these errors were encountered: