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

42 lines
1.5 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_albumartonlock"
android:title="@string/enable_mod"
android:defaultValue="false" />
android:title="@string/settings"
android:dependency="pref_key_system_albumartonlock"
miuizer:dynamic="true">
android:key="pref_key_system_albumartonlock_gray"
android:title="@string/system_albumartonlock_gray_title"
android:summary="@string/system_albumartonlock_gray_summ"
android:defaultValue="false" />
android:key="pref_key_system_albumartonlock_blur"
android:title="@string/system_albumartonlock_blur_title"
android:defaultValue="0"
miuizer:minValue="0"
miuizer:maxValue="30"
miuizer:stepValue="1"
miuizer:format="%d"
miuizer:offtext="@string/array_noblur" />
android:key="pref_key_system_albumartonlock_scale"
android:title="@string/system_albumartonlock_scale_title"
android:entries="@array/albumartscale"
android:entryValues="@array/albumartscale_val"
android:defaultValue="1" />