diff options
author | 2020-05-28 16:16:27 +0100 | |
---|---|---|
committer | 2020-05-28 16:16:27 +0100 | |
commit | d97f9dd0cfb734ae3856e865b223cdeb3a34a0b2 (patch) | |
tree | 03e0db3aae664cd9b8c94ae8475a3b1dcf1ce83d /res/layout | |
parent | eda6a76e265cc28925a0dcb6c1867bdd9a57ea76 (diff) |
Correctly center zero-state error titles
Fixes: 154697037
Test: manual (see screenshot in comments)
Change-Id: I6431b9ab28560f0a000e53e47ae5271efa049906
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/item_doc_inflated_message_cross_profile.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/item_doc_inflated_message_cross_profile.xml b/res/layout/item_doc_inflated_message_cross_profile.xml index 337819a82..ad5c8c14a 100644 --- a/res/layout/item_doc_inflated_message_cross_profile.xml +++ b/res/layout/item_doc_inflated_message_cross_profile.xml @@ -50,6 +50,7 @@ android:layout_marginTop="8dp" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:gravity="center_horizontal" android:textAppearance="@style/EmptyStateTitleText"/> <TextView android:id="@+id/message" |