How to manage dividers in a PreferenceFragment?

后端 未结 10 1037
慢半拍i
慢半拍i 2020-12-01 12:29

I started dealing with preferences in a PreferenceFragment. Here\'s what I have:

\"my_preferences\"

10条回答
  •  旧巷少年郎
    2020-12-01 12:50

    For PreferenceFragmentCompat, ListView doesn't work. But this works like a charm:

    
    

    Add this to your app theme:

    @style/PrefsTheme
    

提交回复
热议问题