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

33 lines
1.2 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_lsalarm"
android:title="@string/enable_mod"
android:defaultValue="false" />
android:title="@string/settings"
android:dependency="pref_key_system_lsalarm"
miuizer:dynamic="true">
android:key="pref_key_system_lsalarm_all"
android:summary="@string/system_lsalarm_all_summ"
android:title="@string/system_lsalarm_all_title"
android:defaultValue="false" />
android:key="pref_key_system_lsalarm_format"
android:title="@string/system_lsalarm_format_title"
android:entries="@array/alarmformats"
android:entryValues="@array/alarmformats_val"
android:defaultValue="1"
miuizer:valueAsSummary="true" />