Android-Support-Preference-V7-Fix icon indicating copy to clipboard operation
Android-Support-Preference-V7-Fix copied to clipboard

Dynamic category expand/collapse

Open MPArnold opened this issue 5 years ago • 2 comments

Function provided by a single new Class that may be optionally deployed from user's PreferenceFragmentCompat. [ No changes to core! ]

Had to clean up settings.xml - mostly to add keys for root PreferenceScreen and all PreferenceCategory. Forced by latest design editor to add full path for custom preferences.

Sample app updated and tested.

Please enjoy

MPArnold avatar Jan 15 '20 10:01 MPArnold

Document sample app with instructions on how to request visibility of only a specific category or preference.

MPArnold avatar Jan 15 '20 20:01 MPArnold

Added interface and documentation to allow user to suppress or override default scroll action.

MPArnold avatar Jan 17 '20 00:01 MPArnold