Skip to content
Snippets Groups Projects
Commit 452f8bd7 authored by akwizgran's avatar akwizgran
Browse files

Fiddled with colours for password strength meter.

parent ea47420e
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,9 @@ public class StrengthMeter extends ProgressBar {
private static final int MAX = 100;
private static final int RED = Color.rgb(255, 0, 0);
private static final int ORANGE = Color.rgb(255, 160, 0);
private static final int YELLOW = Color.rgb(250, 255, 15);
private static final int LIME = Color.rgb(190, 255, 0);
private static final int GREEN = Color.rgb(7, 255, 0);
private static final int YELLOW = Color.rgb(255, 255, 0);
private static final int LIME = Color.rgb(180, 255, 0);
private static final int GREEN = Color.rgb(0, 255, 0);
private final ShapeDrawable bar;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment