device_xiaomi_sm6150-common/parts/res/xml/popup_settings.xml

27 lines
967 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<SwitchPreference
android:defaultValue="true"
android:icon="@drawable/ic_popup_light"
android:key="popup_led_effect"
android:summary="@string/popup_led_summary"
android:title="@string/popup_led_title" />
<ListPreference
android:defaultValue="0"
android:entries="@array/popupcamera_effects_entries"
android:entryValues="@array/popupcamera_effects_values"
android:icon="@drawable/ic_popup_sound"
android:key="popup_sound_effect"
android:summary="%s"
android:title="@string/popup_sound_title" />
<Preference
android:key="motor_calibration"
android:title="@string/popup_calibration_title"
android:summary="@string/popup_calibration_summary"
android:icon="@drawable/ic_popup_calibration" />
</PreferenceScreen>