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

Commit 75fc7701 authored by Anton Potapov's avatar Anton Potapov
Browse files

Make clock layout only occupy start half of the screen in the dualshade

Flag: com.android.systemui.scene_container
Bug: 352052894
Test: manual on the tablet
Change-Id: I53112f66089f556b41c2d0cccc17269951954841
parent 63aea4d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -94,7 +94,7 @@ constructor(
                            with(topAreaSection) {
                            with(topAreaSection) {
                                DefaultClockLayout(
                                DefaultClockLayout(
                                    modifier =
                                    modifier =
                                        Modifier.graphicsLayer {
                                        Modifier.fillMaxWidth(0.5f).graphicsLayer {
                                            translationX = unfoldTranslations.start
                                            translationX = unfoldTranslations.start
                                        }
                                        }
                                )
                                )