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

Commit d9b49e80 authored by Josh's avatar Josh
Browse files

Set Header text alignment to center

Flag: com.android.systemui.keyboard_shortcut_helper_shortcut_customizer
Test: Manual - Ensure that when customiztaion dialog header is wrapped,
text is aligned to the center.
Fix: 392886648

Change-Id: I99c4e7347b635f32cae9222cba0b6c1923bf0658
parent 098d6ae5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -409,6 +409,7 @@ private fun Title(title: String) {
        color = MaterialTheme.colorScheme.onSurface,
        lineHeight = 32.sp,
        fontWeight = FontWeight.W400,
        textAlign = TextAlign.Center,
    )
}