diff --git a/res/layout/notification_history.xml b/res/layout/notification_history.xml index 18bb58b646d..3d6edd59cec 100644 --- a/res/layout/notification_history.xml +++ b/res/layout/notification_history.xml @@ -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" />