Improved multi identicon background colour

This commit is contained in:
Christian Basler 2018-04-03 22:12:13 +02:00
parent f374748f71
commit 4e5ba4401a
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class Identicon(input: BitmessageAddress) : Drawable() {
}
}
class MultiIdenticon(input: List<BitmessageAddress>, @ColorInt val backgroundColor: Int = Color.WHITE) :
class MultiIdenticon(input: List<BitmessageAddress>, @ColorInt private val backgroundColor: Int = 0xFFAEC2CC.toInt()) :
Drawable() {
private val paint = Paint().apply {