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

Andriod x #62

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Andriod x #62

wants to merge 6 commits into from

Conversation

doerma
Copy link

@doerma doerma commented Feb 7, 2020

something new

2020-02-07 by doerma
1.SeekBarPreferenceCompat migrate to AndroidX.
2.Icon supported. using:iconSeekBarPreference\iconSeekBarPreferenceCompat\iconSeekBarPreferenceView instead.
for example:

    <com.pavelsikun.seekbarpreference.SeekBarPreferenceCompat
        android:key="your_pref_key"
        android:title="SeekbarPreference 2"
        android:summary="Some summary"
        android:enabled="false"
        android:defaultValue="5000"

        sample:icon="@drawable/your_icon"
        sample:msbp_minValue="100"
        sample:msbp_maxValue="10000"
        sample:msbp_interval="200"
        sample:msbp_measurementUnit="%"
        sample:msbp_dialogEnabled="false"/>

3.Fix a bug that sometimes seekbar can't seek to the end.

toX
Migrate to AndriodX
add iconSeekBarPreference
iconSeekBarPreferenceCompat added
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

Successfully merging this pull request may close these issues.

1 participant