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

Commit 7fd63210 authored by Olivier St-Onge's avatar Olivier St-Onge
Browse files

Set a weight to the tile label's width to let it take the entire space left by the side icons

Test: manually setting a side drawable
Flag: com.android.systemui.qs_ui_refactor_compose_fragment
Fixes: 379318267
Change-Id: I0e8643b4ebb70043d526ffa7afd0f858151d9d83
parent 07c78844
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -162,6 +162,7 @@ fun LargeTileContent(
            colors = colors,
            accessibilityUiState = accessibilityUiState,
            isVisible = isVisible,
            modifier = Modifier.weight(1f),
        )

        if (sideDrawable != null) {