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_various_calluibright.xml

54 lines
2.0 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_various_calluibright"
android:title="@string/enable_mod"
android:defaultValue="false" />
android:title="@string/settings"
android:dependency="pref_key_various_calluibright"
miuizer:dynamic="true">
android:key="pref_key_various_calluibright_type"
android:title="@string/various_calluibright_type_title"
android:entries="@array/calluibright"
android:entryValues="@array/calluibright_val"
android:defaultValue="1" />
android:key="pref_key_various_calluibright_val"
android:title="@string/various_calluibright_val_title"
android:defaultValue="0"
miuizer:minValue="0"
miuizer:maxValue="100"
miuizer:stepValue="10"
miuizer:offtext="@string/array_default"
miuizer:format="%d%%" />
android:key="pref_key_various_calluibright_night"
android:title="@string/various_calluibright_night_title"
android:summary="@string/various_calluibright_night_summ"
android:defaultValue="false" />
android:key="pref_key_various_calluibright_night_start"
android:title="@string/various_calluibright_night_start_title"
android:dependency="pref_key_various_calluibright_night"
miuizer:child="true" />
android:key="pref_key_various_calluibright_night_end"
android:title="@string/various_calluibright_night_end_title"
android:dependency="pref_key_various_calluibright_night"
miuizer:child="true" />