engine/Templates/SalmonWallpaperTemplate/res/xml/preferences.xml
2013-01-19 20:02:34 +00:00

10 lines
390 B
XML

<?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>