Apply tint to PreferenceActivity widgets with AppCompat v21

前端 未结 5 1330
失恋的感觉
失恋的感觉 2020-12-23 15:24

I\'m using CheckboxPreference in a PreferenceActivity and an AppCompat theme from the v21 support library. As you already know, with this latest library widgets like checkbo

5条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-23 15:42

    If you are using AppCompat, then use the app compat items in your style.xml file.

    For example, use:

    
    

    NOT (notice "android:"):

    
    

    This fixed the issue for me.

提交回复
热议问题