device_xiaomi_sm6150-common/parts/res/xml/popup_settings.xml
Arian cf282db685
davinci: parts: Add a setting to calibrate the motor
Change-Id: I9f76124759bf8497b5cd72293b5c36f85b4d1787
2020-11-28 18:12:03 +01:00

27 lines
967 B
XML

<?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>