Update title string for Swipe gesture screen.

- Add a shorter version of the swipe fingerprint string to be used as
the preference screen title.

Change-Id: I76cdf19d2377f58eb52bf6d44116900d2a5c2e7b
Fixes: 68061630
Test: visual
This commit is contained in:
Doris Ling
2017-10-26 15:02:15 -07:00
parent 471bc86ae6
commit 73bce67552
2 changed files with 3 additions and 1 deletions

View File

@@ -8785,6 +8785,8 @@
<!-- Title text for swiping downwards on fingerprint sensor for notifications [CHAR LIMIT=80]-->
<string name="fingerprint_swipe_for_notifications_title">Swipe fingerprint for notifications</string>
<!-- Title text for fingerprint gesture preference screen [CHAR LIMIT=25] -->
<string name="fingerprint_gesture_screen_title">Swipe fingerprint</string>
<!-- Summary text for fingerprint swipe for notifications (phone) [CHAR LIMIT=160]-->
<string name="fingerprint_swipe_for_notifications_summary" product="default">To check your notifications, swipe down on the fingerprint sensor on the back of your phone.</string>

View File

@@ -17,7 +17,7 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:title="@string/fingerprint_swipe_for_notifications_title">
android:title="@string/fingerprint_gesture_screen_title">
<com.android.settings.widget.VideoPreference
android:key="gesture_swipe_down_fingerprint_video"