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:
@@ -38,14 +38,14 @@
|
||||
android:layout_marginTop="@dimen/suw_description_glif_margin_top">
|
||||
|
||||
<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"
|
||||
|
||||
Reference in New Issue
Block a user