mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-12-22 05:14:44 +03:00
34 lines
No EOL
1.1 KiB
XML
34 lines
No EOL
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<Preference
|
|
android:key="@string/pref_category_general_key"
|
|
android:persistent="false"
|
|
android:title="@string/pref_category_general" />
|
|
|
|
<Preference
|
|
android:key="@string/pref_category_reader_key"
|
|
android:persistent="false"
|
|
android:title="@string/pref_category_reader" />
|
|
|
|
<Preference
|
|
android:key="@string/pref_category_downloads_key"
|
|
android:persistent="false"
|
|
android:title="@string/pref_category_downloads" />
|
|
|
|
<Preference
|
|
android:key="@string/pref_category_accounts_key"
|
|
android:persistent="false"
|
|
android:title="@string/pref_category_accounts" />
|
|
|
|
<Preference
|
|
android:key="@string/pref_category_cache_key"
|
|
android:persistent="false"
|
|
android:title="@string/pref_category_cache" />
|
|
|
|
<Preference
|
|
android:key="@string/pref_category_about_key"
|
|
android:persistent="false"
|
|
android:title="@string/pref_category_about" />
|
|
|
|
</PreferenceScreen> |