mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-21 07:09:56 +01:00
Changed background colour to FAFAFA.
Psycho killer, qu'est-ce que c'est?
This commit is contained in:
@@ -101,7 +101,8 @@ public abstract class IdenticonBase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected int getBackgroundColor() {
|
protected int getBackgroundColor() {
|
||||||
return Color.WHITE;
|
// http://www.google.com/design/spec/style/color.html#color-themes
|
||||||
|
return Color.rgb(0xFA, 0xFA, 0xFA);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void updateSize(int w, int h) {
|
public void updateSize(int w, int h) {
|
||||||
|
|||||||
Reference in New Issue
Block a user