"Other" should be the last preferences category
This commit is contained in:
parent
4c94203fd9
commit
98a333b7fa
@ -56,20 +56,6 @@
|
|||||||
android:key="localRepoHttps"
|
android:key="localRepoHttps"
|
||||||
android:title="@string/local_repo_https" />
|
android:title="@string/local_repo_https" />
|
||||||
</PreferenceCategory>
|
</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" >
|
<PreferenceCategory android:title="@string/proxy" >
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
@ -85,4 +71,18 @@
|
|||||||
android:title="@string/proxy_port"
|
android:title="@string/proxy_port"
|
||||||
android:summary="@string/proxy_port_summary" />
|
android:summary="@string/proxy_port_summary" />
|
||||||
</PreferenceCategory>
|
</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>
|
</PreferenceScreen>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user