mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-23 12:35:55 -04:00
"Other" should be the last preferences category
This commit is contained in:
1 parent
4c94203fd9
commit
98a333b7fa
1 file changed
+14
-14
+14
-14
@@ -56,20 +56,6 @@
|
||||
android:key="localRepoHttps"
|
||||
android:title="@string/local_repo_https" />
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:title="@string/other">
|
||||
<CheckBoxPreference android:title="@string/cache_downloaded"
|
||||
android:defaultValue="false"
|
||||
android:key="cacheDownloaded" />
|
||||
<CheckBoxPreference android:title="@string/expert"
|
||||
android:defaultValue="false"
|
||||
android:key="expert" />
|
||||
<CheckBoxPreference android:title="@string/root_installer"
|
||||
android:defaultValue="false"
|
||||
android:key="rootInstaller" />
|
||||
<CheckBoxPreference android:title="@string/system_installer"
|
||||
android:defaultValue="false"
|
||||
android:key="systemInstaller" />
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:title="@string/proxy" >
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
@@ -85,4 +71,18 @@
|
||||
android:title="@string/proxy_port"
|
||||
android:summary="@string/proxy_port_summary" />
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:title="@string/other">
|
||||
<CheckBoxPreference android:title="@string/cache_downloaded"
|
||||
android:defaultValue="false"
|
||||
android:key="cacheDownloaded" />
|
||||
<CheckBoxPreference android:title="@string/expert"
|
||||
android:defaultValue="false"
|
||||
android:key="expert" />
|
||||
<CheckBoxPreference android:title="@string/root_installer"
|
||||
android:defaultValue="false"
|
||||
android:key="rootInstaller" />
|
||||
<CheckBoxPreference android:title="@string/system_installer"
|
||||
android:defaultValue="false"
|
||||
android:key="systemInstaller" />
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
Reference in new issue
Block a user