How to manage dividers in a PreferenceFragment?

后端 未结 10 1038
慢半拍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:47

    Although a bit late I`m having same troubles with dividers in preff screen and found this solution: Set custom style to the hosting activity and add to the style:

       @null
    

    It actually does the same as setting it trough code but you save one findById and i think it looks clearer set trough styles

提交回复
热议问题