Skip to content
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

Not working in release apk #201

Open
baymax1234 opened this issue Jun 29, 2020 · 0 comments
Open

Not working in release apk #201

baymax1234 opened this issue Jun 29, 2020 · 0 comments

Comments

@baymax1234
Copy link

Compiled version: 3.20-lite
Android OS: Android 9
When build release apk. the bubble seekbar is not working (not selected)

image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant