Support center alignment
Update styles to reference the theme attribute suwGlifHeaderGravity to, directly or indirectly via SuwDescription.Glif. Test: Existing tests pass Bug: 36368632 Change-Id: I6c7c234c32fdd614d4a9cdfabbef05626dad0a93
This commit is contained in:
@@ -66,14 +66,14 @@
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<TextView
|
||||
style="@style/TextAppearance.FingerprintMessage"
|
||||
style="@style/SuwDescription.Glif"
|
||||
android:id="@+id/start_message"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/security_settings_fingerprint_enroll_start_message"/>
|
||||
|
||||
<TextView
|
||||
style="@style/TextAppearance.FingerprintMessage"
|
||||
style="@style/SuwDescription.Glif"
|
||||
android:id="@+id/repeat_message"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
android:layout_marginEnd="0dp" />
|
||||
|
||||
<TextView
|
||||
style="@style/TextAppearance.FingerprintMessage"
|
||||
style="@style/SuwDescription.Glif"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/security_settings_fingerprint_enroll_find_sensor_message"/>
|
||||
|
||||
@@ -42,14 +42,14 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/message"
|
||||
style="@style/TextAppearance.FingerprintMessage"
|
||||
style="@style/SuwDescription.Glif"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/security_settings_fingerprint_enroll_finish_message"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/message_secondary"
|
||||
style="@style/TextAppearance.FingerprintMessage"
|
||||
style="@style/SuwDescription.Glif"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/suw_description_glif_margin_top"
|
||||
|
||||
Reference in New Issue
Block a user