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

Commit 1adb09eb authored by Olivier St-Onge's avatar Olivier St-Onge
Browse files

Limit edit tiles title to 2 lines

Flag: com.android.systemui.qs_ui_refactor_compose_fragment
Fixes: 417612891
Test: manually - setting display and font size to largest
Change-Id: Ic058b49a88d61db4ef5c0ecadd7c43c1fa9a52f7
parent f619ad5e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -222,6 +222,8 @@ private fun EditModeTopBar(
                text = stringResource(id = R.string.qs_edit_tiles),
                style = MaterialTheme.typography.titleLargeEmphasized,
                modifier = Modifier.padding(start = 24.dp),
                overflow = TextOverflow.Ellipsis,
                maxLines = 2,
            )
        },
        navigationIcon = {