Skip to content

Commit

Permalink
Increase digital clock overlay opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed Jan 22, 2022
1 parent 80cbea2 commit ed0b412
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class AnalogClockDrawable(
drawClockHand(minuteHandRotation, centerX, centerY, hourHandLength / 1.5f, handSubPaint)

if (timeEnabled) {
clockPaint.alpha = 50
clockPaint.alpha = 70
drawText(hours, centerX * 1.6f, centerY, clockPaint)
drawText(minutes, centerX * 1.6f, centerY + clockPaint.textSize, clockPaint)
}
Expand Down

0 comments on commit ed0b412

Please sign in to comment.