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

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

Merge "Update Default Clock style" into main

parents 5de32317 8c1133f0
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",
                ),