1 <?xml version="1.0" encoding="utf-8"?> 2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > 3 4 <EditTextPreference 5 android:key="@string/pref_dream_text_key" 6 android:title="@string/pref_dream_text_title" 7 android:defaultValue="@string/pref_dream_text_default" /> 8 9 </PreferenceScreen> 10