Put 'mobile updates' above 'parallel downloads'
This commit is contained in:
parent
0fbee8f0ca
commit
c88df8064c
|
@ -16,18 +16,18 @@
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
<PreferenceCategory android:title="@string/download_pref_details">
|
<PreferenceCategory android:title="@string/download_pref_details">
|
||||||
<EditTextPreference
|
|
||||||
android:defaultValue="4"
|
|
||||||
android:inputType="number"
|
|
||||||
android:key="prefParallelDownloads"
|
|
||||||
android:title="@string/pref_parallel_downloads_title"
|
|
||||||
app:useStockLayout="true"/>
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:enabled="true"
|
android:enabled="true"
|
||||||
android:key="prefMobileUpdate"
|
android:key="prefMobileUpdate"
|
||||||
android:summary="@string/pref_mobileUpdate_sum"
|
android:summary="@string/pref_mobileUpdate_sum"
|
||||||
android:title="@string/pref_mobileUpdate_title"/>
|
android:title="@string/pref_mobileUpdate_title"/>
|
||||||
|
<EditTextPreference
|
||||||
|
android:defaultValue="4"
|
||||||
|
android:inputType="number"
|
||||||
|
android:key="prefParallelDownloads"
|
||||||
|
android:title="@string/pref_parallel_downloads_title"
|
||||||
|
app:useStockLayout="true"/>
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:defaultValue="true"
|
android:defaultValue="true"
|
||||||
android:enabled="true"
|
android:enabled="true"
|
||||||
|
|
Loading…
Reference in New Issue