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've written a small helper for my implementation of yourPreferenceFragmentCompat.
It adds a click listener to the PreferenceCategory title and toggles visibility of the contained preferences which by default are hidden. The user must tap the desired category to see the settings.
The helper also facilitates programmatic selection of a single category OR single preference.
Comments please!
The text was updated successfully, but these errors were encountered:
That's because I'm currently testing it on a clone. Happy to create a fork with the new class and updated sample app if in principle you like the idea!
I've written a small helper for my implementation of your PreferenceFragmentCompat.
It adds a click listener to the PreferenceCategory title and toggles visibility of the contained preferences which by default are hidden. The user must tap the desired category to see the settings.
The helper also facilitates programmatic selection of a single category OR single preference.
Comments please!
The text was updated successfully, but these errors were encountered: