We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I have tried for setting custom drawable for the thumb as they are in rectangle width and height.
I am using following code :
mRangeSeekBar!!.getThumb(0).thumb= resources.getDrawable(R.drawable.ic_left_thumb,activity.theme) mRangeSeekBar!!.getThumb(2).thumb= resources.getDrawable(R.drawable.ic_right_thumb,activity.theme)
But it does not behave properly, How can I fix this issue.
I found that when i am using different size of thumb for all three thumb, Thumb bound are not working properly how to all different size thumbs?
The text was updated successfully, but these errors were encountered:
@himanshumistri , can you debug this function in library?
@Override protected synchronized void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { // ... }
Sorry, something went wrong.
No branches or pull requests
Hello,
I have tried for setting custom drawable for the thumb as they are in rectangle width and height.
I am using following code :
But it does not behave properly, How can I fix this issue.
I found that when i am using different size of thumb for all three thumb, Thumb bound are not working properly how to all different size thumbs?
The text was updated successfully, but these errors were encountered: