Assigned
Status Update
Comments
lp...@google.com <lp...@google.com>
si...@thinktube.com <si...@thinktube.com> #2
PreferenceHeaderFragmentCompat is supposed to be a replacement to the old, now deprecated, PreferenceActivity.
It, however, still lacks functionality:
- Does not highlight the currently selected preference, as described by #1 above.
- Does not have a divider between the list (headers) and the detail (actual PreferenceFragmentCompat).
I would like to know if there are plans to improve upon this.
It, however, still lacks functionality:
- Does not highlight the currently selected preference, as described by #1 above.
- Does not have a divider between the list (headers) and the detail (actual PreferenceFragmentCompat).
I would like to know if there are plans to improve upon this.
di...@gmail.com <di...@gmail.com> #3
#2 I'm curious myself. Given SharedPreferences is now deprecated, I'm considering to roll my own using Datastore and Jetpack Compose.
si...@thinktube.com <si...@thinktube.com> #4
It seems this class is still a work in progress: I've filed a new bug here:
Perhaps the issues described here can be fixed along with that bug.
Description
Component used: androidx.preference:preference:1.2.0 Version used: 1.2.0 Devices/Android versions reproduced on: Pixel 4/Android 12
When using PreferenceHeaderFragmentCompat, the currently selected preference showing in the detail pane isn't highlighted in the header pane.