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

44 lines
1.7 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_cat">
android:key="pref_key_launcher_mods"
android:title="@string/launcher_title"
android:summary="@string/launcher_summ"
android:entries="@array/launchers"
android:entryValues="@array/launchers_val"
android:defaultValue="1" />
android:key="pref_key_launcher_compat"
android:title="@string/launcher_compat_title"
android:summary="@string/launcher_compat_summ"
android:defaultValue="false" />
miuizer:empty="true" />
android:title="@string/launcher_folders"
android:key="pref_key_launcher_cat_folders" />
android:title="@string/launcher_titles"
android:key="pref_key_launcher_cat_titles" />
android:title="@string/launcher_privacyapps"
android:key="pref_key_launcher_cat_privacyapps" />
android:title="@string/launcher_gestures"
android:key="pref_key_launcher_cat_gestures" />
android:title="@string/launcher_bugfixes"
android:key="pref_key_launcher_cat_bugfixes" />
android:title="@string/system_mods_other"
android:key="pref_key_launcher_cat_other" />