Skip to content

Andriod x - #62

Open
doerma wants to merge 6 commits into
MrBIMC:masterfrom
doerma:AndriodX
Open

Andriod x#62
doerma wants to merge 6 commits into
MrBIMC:masterfrom
doerma:AndriodX

Conversation

@doerma

@doerma doerma commented Feb 7, 2020

Copy link
Copy Markdown

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