more categories in preferences
This commit is contained in:
parent
ebaa19a4dd
commit
5afff3e9d1
|
@ -254,7 +254,7 @@
|
||||||
android:title="@string/pref_gpodnet_sethostname_title"/>
|
android:title="@string/pref_gpodnet_sethostname_title"/>
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
<PreferenceCategory android:title="@string/other_pref">
|
<PreferenceCategory android:title="@string/storage_pref">
|
||||||
<Preference
|
<Preference
|
||||||
android:title="@string/choose_data_directory"
|
android:title="@string/choose_data_directory"
|
||||||
android:key="prefChooseDataDir"/>
|
android:key="prefChooseDataDir"/>
|
||||||
|
@ -265,15 +265,16 @@
|
||||||
android:key="prefImageCacheSize"
|
android:key="prefImageCacheSize"
|
||||||
android:summary="@string/pref_image_cache_size_sum"
|
android:summary="@string/pref_image_cache_size_sum"
|
||||||
android:defaultValue="100"/>
|
android:defaultValue="100"/>
|
||||||
|
</PreferenceCategory>
|
||||||
|
<PreferenceCategory android:title="@string/other_pref">
|
||||||
<Preference
|
<Preference
|
||||||
android:key="prefOpmlExport"
|
android:key="prefOpmlExport"
|
||||||
android:title="@string/opml_export_label"/>
|
android:title="@string/opml_export_label"/>
|
||||||
<Preference
|
<Preference
|
||||||
android:key="statistics"
|
android:key="statistics"
|
||||||
android:title="@string/statistics_label"/>
|
android:title="@string/statistics_label"/>
|
||||||
<Preference
|
</PreferenceCategory>
|
||||||
android:key="prefAbout"
|
<PreferenceCategory android:title="@string/project_pref">
|
||||||
android:title="@string/about_pref"/>
|
|
||||||
<Preference
|
<Preference
|
||||||
android:key="prefKnownIssues"
|
android:key="prefKnownIssues"
|
||||||
android:title="@string/pref_known_issues"/>
|
android:title="@string/pref_known_issues"/>
|
||||||
|
@ -281,6 +282,9 @@
|
||||||
android:key="prefSendCrashReport"
|
android:key="prefSendCrashReport"
|
||||||
android:title="@string/crash_report_title"
|
android:title="@string/crash_report_title"
|
||||||
android:summary="@string/crash_report_sum"/>
|
android:summary="@string/crash_report_sum"/>
|
||||||
|
<Preference
|
||||||
|
android:key="prefAbout"
|
||||||
|
android:title="@string/about_pref"/>
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
|
|
@ -289,6 +289,8 @@
|
||||||
|
|
||||||
|
|
||||||
<!-- Preferences -->
|
<!-- Preferences -->
|
||||||
|
<string name="storage_pref">Storage</string>
|
||||||
|
<string name="project_pref">Project</string>
|
||||||
<string name="other_pref">Other</string>
|
<string name="other_pref">Other</string>
|
||||||
<string name="about_pref">About</string>
|
<string name="about_pref">About</string>
|
||||||
<string name="queue_label">Queue</string>
|
<string name="queue_label">Queue</string>
|
||||||
|
|
Loading…
Reference in New Issue