Improved multi identicon background colour
This commit is contained in:
parent
f374748f71
commit
4e5ba4401a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user