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

48 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_system_screenshot"
android:title="@string/enable_mod"
android:defaultValue="false" />
android:title="@string/settings"
android:dependency="pref_key_system_screenshot"
miuizer:dynamic="true">
android:key="pref_key_system_screenshot_format"
android:title="@string/system_screenshot_format_title"
android:entries="@array/screenshotformat"
android:entryValues="@array/screenshotformat_val"
android:defaultValue="2"
miuizer:valueAsSummary="true" />
android:key="pref_key_system_screenshot_quality"
android:title="@string/system_screenshot_quality_title"
android:defaultValue="100"
miuizer:minValue="0"
miuizer:maxValue="100"
miuizer:stepValue="1"
miuizer:format="%d" />
android:key="pref_key_system_screenshot_path"
android:title="@string/system_screenshot_path_title"
android:entries="@array/screenshotpath"
android:entryValues="@array/screenshotpath_val"
android:defaultValue="1"
miuizer:valueAsSummary="true" />
android:key="pref_key_system_screenshot_mypath"
android:title="@string/array_path" />