2015-10-25 20:41:10 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
|
|
|
|
<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" />
|
|
|
|
|
|
|
|
</PreferenceScreen>
|