pref_main.xml 468 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
  3. <Preference
  4. android:key="@string/pref_category_reader_key"
  5. android:persistent="false"
  6. android:title="@string/pref_category_reader" />
  7. <Preference
  8. android:key="@string/pref_category_accounts_key"
  9. android:persistent="false"
  10. android:title="@string/pref_category_accounts" />
  11. </PreferenceScreen>