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

64 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_vibration_amp"
android:title="@string/enable_mod"
android:summary="@string/system_vibration_amp_val_summ"
android:defaultValue="false" />
android:title="@string/system_vibration_amp_period_title"
android:dependency="pref_key_system_vibration_amp"
miuizer:dynamic="true">
android:key="pref_key_system_vibration_amp_period_start"
android:title="@string/various_calluibright_night_start_title" />
android:key="pref_key_system_vibration_amp_period_end"
android:title="@string/various_calluibright_night_end_title" />
android:title="@string/system_vibration_amp_val_title"
android:dependency="pref_key_system_vibration_amp"
miuizer:dynamic="true">
android:key="pref_key_system_vibration_amp_ringer"
android:title="@string/system_vibration_amp_ringer_title"
android:dependency="pref_key_system_vibration_amp"
android:defaultValue="100"
miuizer:minValue="1"
miuizer:maxValue="100"
miuizer:stepValue="1"
miuizer:format="%d%%" />
android:key="pref_key_system_vibration_amp_notif"
android:title="@string/system_vibration_amp_notif_title"
android:defaultValue="100"
miuizer:minValue="1"
miuizer:maxValue="100"
miuizer:stepValue="1"
miuizer:format="%d%%" />
android:key="pref_key_system_vibration_amp_other"
android:title="@string/system_vibration_amp_other_title"
android:dependency="pref_key_system_vibration_amp"
android:defaultValue="100"
miuizer:minValue="1"
miuizer:maxValue="100"
miuizer:stepValue="1"
miuizer:format="%d%%" />