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

Has wrong values with left seek bar #139

Open
MahmoudMabrok opened this issue Jun 16, 2020 · 2 comments
Open

Has wrong values with left seek bar #139

MahmoudMabrok opened this issue Jun 16, 2020 · 2 comments

Comments

@MahmoudMabrok
Copy link

some values are got in wrong
see these screenshots
Screenshot_1592324953
Screenshot_1592324948
Screenshot_1592324943
Screenshot_1592324935
Screenshot_1592324930
Screenshot_1592324926
Screenshot_1592324914
Screenshot_1592324910
Screenshot_1592324906
Screenshot_1592324897
Screenshot_1592324894
Screenshot_1592324890

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"/>

@JinJieGu
Copy link
Member

So how do I reproduce it?

@MahmoudMabrok
Copy link
Author

add view, make button to toast range value and try that values in screens above

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

No branches or pull requests

2 participants