<?xml version="1.0" encoding="utf-8"?> <PreferenceScreen android:title="Main" xmlns:android="http://schemas.android.com/apk/res/android"> <CheckBoxPreference android:summaryOn="@string/p_red_background_on" android:key="RedBackground" android:title="@string/p_red_background" android:summaryOff="@string/p_red_background_off" android:defaultValue="false" /> </PreferenceScreen>