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

Commit 3d61c5d0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Center hub bottom sheet pop-up titles" into main

parents 6e201692 1015ddf2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -576,6 +576,7 @@ private fun DisclaimerBottomSheetContent(onButtonClicked: () -> Unit) {
            text = stringResource(R.string.communal_widgets_disclaimer_title),
            style = MaterialTheme.typography.headlineMedium,
            color = colors.onSurface,
            textAlign = TextAlign.Center,
        )
        Spacer(modifier = Modifier.height(16.dp))
        Text(
+1 −0
Original line number Diff line number Diff line
@@ -150,6 +150,7 @@ private fun HubOnboardingBottomSheetContent(onButtonClicked: () -> Unit) {
        Text(
            text = stringResource(R.string.hub_onboarding_bottom_sheet_title),
            style = MaterialTheme.typography.headlineMedium,
            textAlign = TextAlign.Center,
        )
        Spacer(modifier = Modifier.height(32.dp))
        // TODO(b/388283881): Replace with correct animations and possibly add a content description