mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 21:59:54 +01:00
Fiddled with colours for password strength meter.
This commit is contained in:
@@ -18,9 +18,9 @@ public class StrengthMeter extends ProgressBar {
|
|||||||
private static final int MAX = 100;
|
private static final int MAX = 100;
|
||||||
private static final int RED = Color.rgb(255, 0, 0);
|
private static final int RED = Color.rgb(255, 0, 0);
|
||||||
private static final int ORANGE = Color.rgb(255, 160, 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 YELLOW = Color.rgb(255, 255, 0);
|
||||||
private static final int LIME = Color.rgb(190, 255, 0);
|
private static final int LIME = Color.rgb(180, 255, 0);
|
||||||
private static final int GREEN = Color.rgb(7, 255, 0);
|
private static final int GREEN = Color.rgb(0, 255, 0);
|
||||||
|
|
||||||
private final ShapeDrawable bar;
|
private final ShapeDrawable bar;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user