Fix owner info to be center-aligned

Broken when removing it from the RelativeLayout

Change-Id: I3959378edae15962212a74f8e2d36327b6f7e476
Fixes: 63800919
Test: manual
This commit is contained in:
Geoffrey Pitsch
2017-07-19 11:28:42 -04:00
parent f89512c731
commit 8f3dd1d67d

View File

@@ -76,6 +76,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/date_owner_info_margin"
android:layout_gravity="center_horizontal"
android:layout_centerHorizontal="true"
android:textColor="?attr/wallpaperTextColorSecondary"
android:textSize="@dimen/widget_label_font_size"