Merge changes from topic "am-4f4390cd81144667b143214eb38ca2b9"
* changes: Merge "Modified string" into qt-r1-dev am:4a6d3f6403
am:a396a8c1ba
Added information icon am:8fd6269f40
am:f5cbb30b04
This commit is contained in:
committed by
Android (Google) Code Review
commit
18a8434165
@@ -72,6 +72,27 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="horizontal">
|
android:orientation="horizontal">
|
||||||
|
|
||||||
|
<ImageView
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:background="@drawable/ic_info_outline_24dp">
|
||||||
|
</ImageView>
|
||||||
|
<Space
|
||||||
|
android:layout_width="24dp"
|
||||||
|
android:layout_height="wrap_content"/>
|
||||||
|
<TextView
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/security_settings_face_enroll_introduction_footer_part_0"/>
|
||||||
|
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
|
<LinearLayout
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:orientation="horizontal"
|
||||||
|
android:paddingTop="24dp">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
@@ -919,6 +919,8 @@
|
|||||||
<!-- Introduction detail message shown in face enrollment screen in setup wizard. [CHAR LIMIT=NONE] -->
|
<!-- Introduction detail message shown in face enrollment screen in setup wizard. [CHAR LIMIT=NONE] -->
|
||||||
<string name="security_settings_face_enroll_introduction_message_setup">Use your face to unlock your phone, authorize purchases, or sign in to apps</string>
|
<string name="security_settings_face_enroll_introduction_message_setup">Use your face to unlock your phone, authorize purchases, or sign in to apps</string>
|
||||||
<!-- Introduction message shown in face enrollment that provides extra detail. [CHAR LIMIT=NONE] -->
|
<!-- Introduction message shown in face enrollment that provides extra detail. [CHAR LIMIT=NONE] -->
|
||||||
|
<string name="security_settings_face_enroll_introduction_footer_part_0"></string>
|
||||||
|
<!-- Introduction message shown in face enrollment that provides extra detail. [CHAR LIMIT=NONE] -->
|
||||||
<string name="security_settings_face_enroll_introduction_footer_part_1"></string>
|
<string name="security_settings_face_enroll_introduction_footer_part_1"></string>
|
||||||
<!-- Introduction message shown in face enrollment that provides extra detail. [CHAR LIMIT=NONE] -->
|
<!-- Introduction message shown in face enrollment that provides extra detail. [CHAR LIMIT=NONE] -->
|
||||||
<string name="security_settings_face_enroll_introduction_footer_part_2"></string>
|
<string name="security_settings_face_enroll_introduction_footer_part_2"></string>
|
||||||
@@ -967,7 +969,7 @@
|
|||||||
<!-- Button text in face settings which lets the user enroll their face [CHAR LIMIT=40] -->
|
<!-- Button text in face settings which lets the user enroll their face [CHAR LIMIT=40] -->
|
||||||
<string name="security_settings_face_settings_enroll">Set up new face unlock</string>
|
<string name="security_settings_face_settings_enroll">Set up new face unlock</string>
|
||||||
<!-- Text shown in face settings explaining what your face can be used for. [CHAR LIMIT=NONE] -->
|
<!-- Text shown in face settings explaining what your face can be used for. [CHAR LIMIT=NONE] -->
|
||||||
<string name="security_settings_face_settings_footer">Use Face unlock to unlock your device, sign in to apps, and confirm payments.\n\nKeep in mind:\nLooking at the phone can unlock it when you don\u2019t intend to.\n\nYour phone can be unlocked by someone else if it\u2019s held up to your face while your eyes are open.\n\nYour phone can be unlocked by someone who looks a lot like you, say, your child or an identical sibling.</string>
|
<string name="security_settings_face_settings_footer">Use Face unlock to unlock your device, sign in to apps, and confirm payments.\n\nKeep in mind:\nLooking at the phone can unlock it when you don\u2019t intend to.\n\nYour phone can be unlocked by someone else if it\u2019s held up to your face while your eyes are open.\n\nYour phone can be unlocked by someone who looks a lot like you, say, an identical sibling.</string>
|
||||||
<!-- Dialog title shown when the user removes an enrollment [CHAR LIMIT=35] -->
|
<!-- Dialog title shown when the user removes an enrollment [CHAR LIMIT=35] -->
|
||||||
<string name="security_settings_face_settings_remove_dialog_title">Delete face data?</string>
|
<string name="security_settings_face_settings_remove_dialog_title">Delete face data?</string>
|
||||||
<!-- Dialog contents shown when the user removes an enrollment [CHAR LIMIT=NONE] -->
|
<!-- Dialog contents shown when the user removes an enrollment [CHAR LIMIT=NONE] -->
|
||||||
|
Reference in New Issue
Block a user