-
Notifications
You must be signed in to change notification settings - Fork 46
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
PreferenceCategory use "iconSpaceReserved" not work #132
Comments
Yeah, it wouldn't work because the categories has no icons. I'll see if the padding can be implemented though. |
Ok. |
Hi, is this problem now supported? |
It is automatically supported by the support lib v28.0.0-alpha3 (and thus v28.0.0.0-alpha3 of this lib too). |
|
The AndroidX version's v1.0.0-alpha2 contains the temporary fix. |
The reported issue says it was fixed, however, the official lib v1.0.0 still doesn't contain the fixes, so this lib keeps providing the bug fix. |
@Gericop Thanks for providing the fix. Currently, our app doesn't use AndroidX. But, we do use Android Architecture Component in the following way.
Your Is it suitable for us to use your Thank you very much. |
How remove the padding from PreferenceCategory |
Check out my answer on StackOverflow for overriding a |
I tried using "iconSpaceReserved" into "PreferenceCategory", but it did not work.
How to create "PreferenceCategory with picture red box same effect?
https://material.io/guidelines/patterns/settings.html#settings-usage
The text was updated successfully, but these errors were encountered: