Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 815ee670 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Center text even if string is long

Test: manual in Armenian language
Fixes: 154930071
Change-Id: I61a84958a2043d36241b6fa5eff8dcb2c7ef0db0
parent 459e5e16
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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" />