Android - change preference category color on marshmallow -
i want change v7 preferencecategory
text , divider color.
i have viewed question: preferencefragmentcompat requires preferencetheme set , i've added style:
<style name="appthemenoactionbar.listseparatortextview"> <item name="android:textsize">14sp</item> <item name="android:textstyle">bold</item> <item name="android:textcolor">@color/website_main</item> <item name="android:paddingtop">8dp</item> <item name="android:layout_marginbottom">2dp</item> </style>
and works on kitkat, have checked on marshmallow , that: (gray title instead of blue)
how can change this?
Comments
Post a Comment