Merge "Center text even if string is long" into rvc-dev am: d2f16b4a25 am: 79fca6d0bd am: 6f59ebc18c am: 6879dbe9fe am: 72c43670c3

Change-Id: I39ee1373cbf730067f9e583b978c439d8115c59f
This commit is contained in:
TreeHugger Robot
2020-05-01 15:37:52 +00:00
committed by Automerger Merge Worker

View File

@@ -53,6 +53,7 @@
android:layout_marginStart="48dp"
android:layout_marginEnd="48dp"
android:layout_gravity="center_horizontal"
android:gravity="center"
android:focusable="true"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="@string/notification_history_off_title_extended" />
@@ -96,6 +97,7 @@
android:layout_marginStart="48dp"
android:layout_marginEnd="48dp"
android:layout_gravity="center_horizontal"
android:gravity="center"
android:focusable="true"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="@string/history_toggled_on_title" />