You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am displaying SeekBarPreferenceCompat together with other preferences using com.android.support:preference-v14:25.3.1. While all looks good on newer devices, the seekbar preference looks different from the rest on older devices, for example:
On Gingerbread
On Kindle running Android 4.3.
With this patch from https://github.com/mtotschnig/MaterialSeekBarPreference/tree/improvement/align-with-layout-specific-to-each-level I am able to fix the issue. This works for me, since I am only using SeekBarPreferenceCompat, but it would break if you are also using SeekBarPreference or SeekBarPreferenceView directly.
The text was updated successfully, but these errors were encountered:
I am displaying SeekBarPreferenceCompat together with other preferences using com.android.support:preference-v14:25.3.1. While all looks good on newer devices, the seekbar preference looks different from the rest on older devices, for example:
On Gingerbread
On Kindle running Android 4.3.
With this patch from https://github.com/mtotschnig/MaterialSeekBarPreference/tree/improvement/align-with-layout-specific-to-each-level I am able to fix the issue. This works for me, since I am only using SeekBarPreferenceCompat, but it would break if you are also using SeekBarPreference or SeekBarPreferenceView directly.
The text was updated successfully, but these errors were encountered: