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

Poor documentation #157

Open
sunbyte opened this issue Feb 12, 2019 · 1 comment
Open

Poor documentation #157

sunbyte opened this issue Feb 12, 2019 · 1 comment

Comments

@sunbyte
Copy link

sunbyte commented Feb 12, 2019

Good library, but very poor documentation for so many options! After 1 hour I still can't figure out how to set the indicator to be "always_stay"... This library do not save me any time at all.

@AdoniasAlcantara
Copy link

Just wrap IndicatorSeekBar inside IndicatorStayLayout and don't forget to put isb_show_indicator="circular_bubble|rectangle|custom|rounded_rectangle", like this (from documentation)

<com.warkiz.widget.IndicatorStayLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content">

    <com.warkiz.widget.IndicatorSeekBar
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:isb_show_indicator="rectangle" />

</com.warkiz.widget.IndicatorStayLayout>

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

2 participants