2015-10-26 01:41:10 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
|
2015-12-27 14:58:36 +01:00
|
|
|
<Preference
|
|
|
|
android:key="@string/pref_category_general_key"
|
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/pref_category_general" />
|
|
|
|
|
2015-10-26 01:41:10 +01:00
|
|
|
<Preference
|
|
|
|
android:key="@string/pref_category_reader_key"
|
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/pref_category_reader" />
|
|
|
|
|
2015-11-03 20:04:07 +01:00
|
|
|
<Preference
|
|
|
|
android:key="@string/pref_category_downloads_key"
|
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/pref_category_downloads" />
|
|
|
|
|
2015-10-26 01:41:10 +01:00
|
|
|
<Preference
|
|
|
|
android:key="@string/pref_category_accounts_key"
|
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/pref_category_accounts" />
|
|
|
|
|
2015-12-07 15:53:01 +01:00
|
|
|
<Preference
|
|
|
|
android:key="@string/pref_category_cache_key"
|
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/pref_category_cache" />
|
|
|
|
|
2015-12-12 02:08:47 +01:00
|
|
|
<Preference
|
|
|
|
android:key="@string/pref_category_about_key"
|
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/pref_category_about" />
|
2015-12-08 19:39:57 +01:00
|
|
|
|
2015-10-26 01:41:10 +01:00
|
|
|
</PreferenceScreen>
|