Increase the resolution of the assist gesture sensitivity slider.

Test: make RunSettingsRoboTests && manual
Change-Id: I47cdeba932afb4ab68b2283efa479a1e4725675c
This commit is contained in:
Philip Quinn
2017-05-17 17:41:45 -07:00
parent 867c68e76c
commit 2d6fef5e1c

View File

@@ -32,7 +32,7 @@
<com.android.settings.widget.SeekBarPreference
android:key="gesture_assist_sensitivity"
android:title="@string/assist_gesture_sensitivity_title"
android:defaultValue="2"
android:max="4" />
android:defaultValue="5"
android:max="10" />
</PreferenceScreen>