widgets: decrease bitmap reduction
This commit is contained in:
parent
7db878dd73
commit
396893cd26
1 changed files with 2 additions and 2 deletions
|
@ -102,10 +102,10 @@ constructor(
|
||||||
add(SquareCropTransformation.INSTANCE)
|
add(SquareCropTransformation.INSTANCE)
|
||||||
}
|
}
|
||||||
if (cornerRadius > 0) {
|
if (cornerRadius > 0) {
|
||||||
add(WidgetBitmapTransformation(20f))
|
add(WidgetBitmapTransformation(15f))
|
||||||
add(RoundedRectTransformation(cornerRadius.toFloat()))
|
add(RoundedRectTransformation(cornerRadius.toFloat()))
|
||||||
} else {
|
} else {
|
||||||
add(WidgetBitmapTransformation(4f))
|
add(WidgetBitmapTransformation(3f))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue