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_autobrightness...

52 lines
1.9 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_autobrightness"
android:title="@string/enable_mod"
android:defaultValue="false" />
android:title="@string/settings"
android:dependency="pref_key_system_autobrightness">
android:key="pref_key_system_autobrightness_limitmin"
android:title="@string/system_minbrightness_title"
android:defaultValue="false" />
android:key="pref_key_system_autobrightness_min"
android:defaultValue="25"
android:dependency="pref_key_system_autobrightness_limitmin"
miuizer:minValue="0"
miuizer:maxValue="98"
miuizer:stepValue="1"
miuizer:format="%d%%" />
android:key="pref_key_system_autobrightness_limitmax"
android:title="@string/system_maxbrightness_title"
android:defaultValue="false" />
android:key="pref_key_system_autobrightness_max"
android:defaultValue="75"
android:dependency="pref_key_system_autobrightness_limitmax"
miuizer:minValue="0"
miuizer:maxValue="100"
miuizer:stepValue="1"
miuizer:format="%d%%" />
android:key="pref_key_system_autobrightness_hlg"
android:title="@string/system_autobrightness_hlg_title"
android:summary="@string/system_autobrightness_hlg_summ"
android:defaultValue="false" />