2015-10-25 20:41:10 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-03-07 17:48:43 -05:00
|
|
|
<android.support.v7.preference.PreferenceScreen
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android" >
|
2015-10-25 20:41:10 -04:00
|
|
|
|
2015-12-27 08:58:36 -05:00
|
|
|
<Preference
|
|
|
|
android:key="@string/pref_category_general_key"
|
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/pref_category_general" />
|
|
|
|
|
2015-10-25 20:41:10 -04:00
|
|
|
<Preference
|
|
|
|
android:key="@string/pref_category_reader_key"
|
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/pref_category_reader" />
|
|
|
|
|
2015-11-03 14:04:07 -05:00
|
|
|
<Preference
|
|
|
|
android:key="@string/pref_category_downloads_key"
|
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/pref_category_downloads" />
|
|
|
|
|
2015-10-25 20:41:10 -04:00
|
|
|
<Preference
|
|
|
|
android:key="@string/pref_category_accounts_key"
|
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/pref_category_accounts" />
|
|
|
|
|
2015-12-07 09:53:01 -05:00
|
|
|
<Preference
|
2016-01-02 15:09:46 -05:00
|
|
|
android:key="@string/pref_category_advanced_key"
|
2015-12-07 09:53:01 -05:00
|
|
|
android:persistent="false"
|
2016-01-02 15:09:46 -05:00
|
|
|
android:title="@string/pref_category_advanced" />
|
2015-12-07 09:53:01 -05:00
|
|
|
|
2015-12-11 20:08:47 -05:00
|
|
|
<Preference
|
|
|
|
android:key="@string/pref_category_about_key"
|
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/pref_category_about" />
|
2015-12-08 13:39:57 -05:00
|
|
|
|
2016-03-07 17:48:43 -05:00
|
|
|
</android.support.v7.preference.PreferenceScreen>
|