Changed background colour to FAFAFA.

Psycho killer, qu'est-ce que c'est?
This commit is contained in:
akwizgran
2016-02-16 10:31:57 +00:00
parent b50dce1c8d
commit 0a7823e7f5

View File

@@ -101,7 +101,8 @@ public abstract class IdenticonBase {
}
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) {