profile_preferences.xml 498 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
  3. <PreferenceCategory android:title="General"
  4. android:key="pref_profile_general_settings">
  5. <EditTextPreference android:key="pref_profile_general_name"
  6. android:title="Name"
  7. android:summary="Change the name of this profile"
  8. android:defaultValue=""/>
  9. </PreferenceCategory>
  10. </PreferenceScreen>