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