mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-17 06:55:03 -05:00
drop the intensity of the account color chips a bit
This commit is contained in:
parent
c01adf3246
commit
7b75788398
@ -44,8 +44,8 @@ public class ColorPickerDialog extends Dialog {
|
|||||||
super(c);
|
super(c);
|
||||||
mListener = l;
|
mListener = l;
|
||||||
mColors = new int[] {
|
mColors = new int[] {
|
||||||
0xFFFF0000, 0xFFFF00FF, 0xFF0000FF, 0xFF00FFFF, 0xFF00FF00,
|
0xFF800000, 0xFF800080, 0xFF000080, 0xFF008080, 0xFF008000,
|
||||||
0xFFFFFF00, 0xFFFF0000
|
0xFF808000, 0xFF800000
|
||||||
};
|
};
|
||||||
Shader s = new SweepGradient(0, 0, mColors, null);
|
Shader s = new SweepGradient(0, 0, mColors, null);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user