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

Rendering does not match with other preferences on legacy api levels #55

Open
mtotschnig opened this issue Apr 9, 2017 · 0 comments
Open

Comments

@mtotschnig
Copy link

mtotschnig commented Apr 9, 2017

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
gingerbread
On Kindle running Android 4.3.
kindle
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.

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

No branches or pull requests

1 participant