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

Commit 8c1133f0 authored by Hawkwood's avatar Hawkwood
Browse files

Update Default Clock style

Bug: 403577766
Test: Manually checked default clock
Flag: com.android.systemui.shared.clock_reactive_variants
Change-Id: I3256686ba0644e074f45ec170625cfaa14314c67
parent a75b0fd1
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -144,23 +144,25 @@ class FlexClockController(private val clockCtx: ClockContext) : ClockController
            listOf(
                GSFAxes.WEIGHT.toClockAxis(
                    type = AxisType.Float,
                    currentValue = 475f,
                    currentValue = 400f,
                    name = "Weight",
                    description = "Glyph Weight",
                ),
                GSFAxes.WIDTH.toClockAxis(
                    type = AxisType.Float,
                    currentValue = 85f,
                    currentValue = 80f,
                    name = "Width",
                    description = "Glyph Width",
                ),
                GSFAxes.ROUND.toClockAxis(
                    type = AxisType.Boolean,
                    currentValue = 100f,
                    name = "Round",
                    description = "Glyph Roundness",
                ),
                GSFAxes.SLANT.toClockAxis(
                    type = AxisType.Boolean,
                    currentValue = 0f,
                    name = "Slant",
                    description = "Glyph Slant",
                ),