You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CustoMIUIzer/app/src/main/res/xml/prefs_system_detailednetspe...

60 lines
2.4 KiB
XML

xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:miuizer="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:key="pref_key_system_detailednetspeed"
android:title="@string/enable_mod"
android:defaultValue="false" />
>
android:key="pref_key_system_detailednetspeed_font"
android:title="@string/system_detailednetspeed_font_title"
android:entries="@array/netspeedfonts"
android:entryValues="@array/netspeedfonts_val"
android:defaultValue="3"
android:dependency="pref_key_system_detailednetspeed"
miuizer:valueAsSummary="true" />
android:key="pref_key_system_detailednetspeed_icon"
android:summary="@string/system_detailednetspeed_icon_summ"
android:title="@string/system_detailednetspeed_icon_title"
android:entries="@array/netspeedicons"
android:entryValues="@array/netspeedicons_val"
android:defaultValue="2"
android:dependency="pref_key_system_detailednetspeed" />
android:key="pref_key_system_detailednetspeed_lowlevel"
android:title="@string/system_detailednetspeed_lowlevel_title"
android:summary="@string/system_detailednetspeed_lowlevel_summ"
android:dependency="pref_key_system_detailednetspeed"
android:defaultValue="1"
miuizer:minValue="1"
miuizer:maxValue="1024"
miuizer:stepValue="1"
miuizer:format="@string/format_KBs"
miuizer:offtext="@string/oneKBs" />
android:key="pref_key_system_detailednetspeed_low"
android:summary="@string/system_detailednetspeed_low_summ"
android:title="@string/system_detailednetspeed_low_title"
android:defaultValue="false"
android:dependency="pref_key_system_detailednetspeed" />
android:key="pref_key_system_detailednetspeed_zero"
android:summary="@string/system_detailednetspeed_zero_summ"
android:title="@string/system_detailednetspeed_zero_title"
android:defaultValue="true"
android:dependency="pref_key_system_detailednetspeed" />