Added information icon
Bug: 132820419 Test: Manual. Change-Id: If67a0ab96e9991f117e0a93c70a77266473b1df8
This commit is contained in:
committed by
Joshua Mccloskey
parent
d6bdbfabc7
commit
8fd6269f40
@@ -72,6 +72,27 @@
|
||||
android:layout_height="wrap_content"
|
||||
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
|
||||
android:layout_width="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] -->
|
||||
<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] -->
|
||||
<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>
|
||||
<!-- Introduction message shown in face enrollment that provides extra detail. [CHAR LIMIT=NONE] -->
|
||||
<string name="security_settings_face_enroll_introduction_footer_part_2"></string>
|
||||
|
Reference in New Issue
Block a user