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
some values are got in wrong see these screenshots
code::
<com.jaygoo.widget.RangeSeekBar android:id="@+id/ageRangeSeekBar" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="10dp" app:layout_constraintTop_toBottomOf="@id/ageRangeHeadline" app:rsb_indicator_radius="8dp" app:rsb_tick_mark_mode="number" app:rsb_step_auto_bonding="true" app:rsb_indicator_padding_left="7dp" app:rsb_indicator_show_mode="alwaysShow" app:rsb_indicator_text_size="14sp" app:rsb_indicator_width="40dp" app:rsb_indicator_height="30dp" app:rsb_mode="range" app:rsb_min_interval="1" tools:rsb_min_interval="31" app:rsb_progress_color="@color/colorPrimary"/>
The text was updated successfully, but these errors were encountered:
So how do I reproduce it?
Sorry, something went wrong.
add view, make button to toast range value and try that values in screens above
No branches or pull requests
some values are got in wrong
see these screenshots
code::
The text was updated successfully, but these errors were encountered: