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
Compiled version: 3.20-lite Android OS: Android 9 When build release apk. the bubble seekbar is not working (not selected)
Also the circle indicator is weird, it's changed to rectangle.
Here is xml code.
<com.xw.repo.BubbleSeekBar android:id="@+id/seekbar_priority" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/margin" app:bsb_max="10" app:bsb_min="1" app:bsb_progress="0" app:bsb_section_count="1" app:bsb_section_text_position="bottom_sides" app:bsb_show_section_text="true" app:bsb_show_thumb_text="true" />
Hope to hear from you soon. Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Compiled version: 3.20-lite
Android OS: Android 9
When build release apk. the bubble seekbar is not working (not selected)
Also the circle indicator is weird, it's changed to rectangle.
Here is xml code.
Hope to hear from you soon. Thanks.
The text was updated successfully, but these errors were encountered: