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

30 lines
1.0 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_popupnotif"
android:title="@string/enable_mod"
android:defaultValue="false" />
>
android:key="pref_key_system_popupnotif_fs"
android:summary="@string/system_popupnotif_fs_summ"
android:title="@string/system_popupnotif_fs_title"
android:defaultValue="false"
android:dependency="pref_key_system_popupnotif" />
android:title="@string/system_popupnotif_apps_title"
android:key="pref_key_system_popupnotif_apps"
android:dependency="pref_key_system_popupnotif"
miuizer:countAsSummary="true"
miuizer:dynamic="true" />