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

47 lines
1.8 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_charginginfo"
android:title="@string/enable_mod"
android:defaultValue="false" />
android:title="@string/settings"
android:dependency="pref_key_system_charginginfo"
miuizer:dynamic="true">
android:key="pref_key_system_charginginfo_view"
android:title="@string/system_charginginfo_view_title"
android:entries="@array/charginginfo"
android:entryValues="@array/charginginfo_val"
miuizer:valueAsSummary="true"
android:defaultValue="1" />
android:key="pref_key_system_charginginfo_current"
android:title="@string/system_charginginfo_current_title"
android:defaultValue="false" />
android:key="pref_key_system_charginginfo_voltage"
android:title="@string/system_charginginfo_voltage_title"
android:defaultValue="false" />
android:key="pref_key_system_charginginfo_wattage"
android:title="@string/system_charginginfo_wattage_title"
android:defaultValue="false" />
android:key="pref_key_system_charginginfo_temp"
android:title="@string/system_charginginfo_temp_title"
android:defaultValue="false" />