Update preference ordering in Gestures settings.
Swapped the fingerprint swipe and ambient display preference in Settings->Gestures, and updated the summary text in Display->Ambient display Bug: 30073941 Change-Id: Ifc386b4ab9b0e7317f1ee0e477f9670e8a49b0f9
This commit is contained in:
@@ -2207,7 +2207,7 @@
|
|||||||
<!-- [CHAR LIMIT=30] Display settings screen, setting option name to change whether the ambient display feature is enabled. -->
|
<!-- [CHAR LIMIT=30] Display settings screen, setting option name to change whether the ambient display feature is enabled. -->
|
||||||
<string name="doze_title">Ambient display</string>
|
<string name="doze_title">Ambient display</string>
|
||||||
<!-- [CHAR LIMIT=NONE] Display settings screen, setting description for the ambient display feature. -->
|
<!-- [CHAR LIMIT=NONE] Display settings screen, setting description for the ambient display feature. -->
|
||||||
<string name="doze_summary">Wake screen when you pick up device or receive notifications</string>
|
<string name="doze_summary">Wake screen when you double-tap it or get new notifications. See how</string>
|
||||||
<!-- [CHAR LIMIT=30] Sound & display settings screen, setting option name to change font size -->
|
<!-- [CHAR LIMIT=30] Sound & display settings screen, setting option name to change font size -->
|
||||||
<string name="title_font_size">Font size</string>
|
<string name="title_font_size">Font size</string>
|
||||||
<!-- Summary for Font size. Lets the user know that this will make text larger or smaller. Appears in the accessibility portion of setup wizard. [CHAR LIMIT=NONE] -->
|
<!-- Summary for Font size. Lets the user know that this will make text larger or smaller. Appears in the accessibility portion of setup wizard. [CHAR LIMIT=NONE] -->
|
||||||
|
@@ -81,7 +81,7 @@
|
|||||||
<PreferenceScreen
|
<PreferenceScreen
|
||||||
android:key="doze"
|
android:key="doze"
|
||||||
android:title="@string/doze_title"
|
android:title="@string/doze_title"
|
||||||
android:summary="@string/ambient_display_summary"
|
android:summary="@string/doze_summary"
|
||||||
android:fragment="com.android.settings.gestures.GestureSettings" >
|
android:fragment="com.android.settings.gestures.GestureSettings" >
|
||||||
<extra android:name="gesture_scroll_to_preference"
|
<extra android:name="gesture_scroll_to_preference"
|
||||||
android:value="gesture_pick_up_and_nudge" />
|
android:value="gesture_pick_up_and_nudge" />
|
||||||
|
@@ -31,16 +31,16 @@
|
|||||||
android:summary="@string/double_twist_for_camera_mode_summary"
|
android:summary="@string/double_twist_for_camera_mode_summary"
|
||||||
settings:animation="@raw/gesture_twist"/>
|
settings:animation="@raw/gesture_twist"/>
|
||||||
|
|
||||||
<com.android.settings.gestures.GesturePreference
|
|
||||||
android:key="gesture_swipe_down_fingerprint"
|
|
||||||
android:title="@string/fingerprint_swipe_for_notifications_title"
|
|
||||||
android:summary="@string/fingerprint_swipe_for_notifications_summary"
|
|
||||||
settings:animation="@raw/gesture_fingerprint_swipe"/>
|
|
||||||
|
|
||||||
<com.android.settings.gestures.GesturePreference
|
<com.android.settings.gestures.GesturePreference
|
||||||
android:key="gesture_pick_up_and_nudge"
|
android:key="gesture_pick_up_and_nudge"
|
||||||
android:title="@string/ambient_display_title"
|
android:title="@string/ambient_display_title"
|
||||||
android:summary="@string/ambient_display_summary"
|
android:summary="@string/ambient_display_summary"
|
||||||
settings:animation="@raw/gesture_ambient_tap"/>
|
settings:animation="@raw/gesture_ambient_tap"/>
|
||||||
|
|
||||||
|
<com.android.settings.gestures.GesturePreference
|
||||||
|
android:key="gesture_swipe_down_fingerprint"
|
||||||
|
android:title="@string/fingerprint_swipe_for_notifications_title"
|
||||||
|
android:summary="@string/fingerprint_swipe_for_notifications_summary"
|
||||||
|
settings:animation="@raw/gesture_fingerprint_swipe"/>
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
Reference in New Issue
Block a user