|
|
@@ -129,7 +129,7 @@ public class UnlockView extends View {
|
|
|
textPaint.setColor(colorDark);
|
|
|
} else {
|
|
|
borderPaint.setColor(colorLight);
|
|
|
- textPaint.setColor(colorDark);
|
|
|
+ textPaint.setColor(colorLight);
|
|
|
}
|
|
|
borderPath.reset();
|
|
|
borderPath.moveTo(r + borderWidth / 2, borderWidth / 2);
|