Android set background color of preference category

前端 未结 1 1515
情深已故
情深已故 2021-01-13 18:03

I try to customize the background color of preference categories. I already changed the background color of a preferences itself but I can\'t find a way how to change the th

相关标签:
1条回答
  • 2021-01-13 18:35

    Custom a layout file with your background color, set it in your PreferenceCategory:

    <PreferenceCategory
        android:layout="@layout/your_layout">
    
    0 讨论(0)
提交回复
热议问题