如何删除colorPrimary作为Android PreferenceActivity的背景

时间:2016-02-08 10:17:24

标签: android android-preferences

我在SwitchPreferences中使用了两个PreferenceCategoryxml如下所示。     

<PreferenceCategory 
android:title="Control usage of the PIN" >
    <SwitchPreference
        android:key="pin_onmessage_onoff"
        android:summary="For Message"
        android:title="Use for Message" />
    <SwitchPreference
        android:key="pin_onvault_onoff"
        android:summary="For Vault"
        android:title="Use for Vault" />
</PreferenceCategory>

每个SwitchPreference的背景是colorPrimary值。我的问题是我如何从Preferences删除背景颜色?

注意:无法附加图片上传重定向到空白页面的屏幕截图。

0 个答案:

没有答案