Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit dc18073

Browse files
author
Ira
committed
texture size fix
1 parent 202e8a3 commit dc18073

File tree

1 file changed

+1
-1
lines changed
  • bubblepicker/src/main/java/com/igalata/bubblepicker/rendering

1 file changed

+1
-1
lines changed

bubblepicker/src/main/java/com/igalata/bubblepicker/rendering/Item.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ data class Item(val pickerItem: PickerItem, val circleBody: CircleBody) {
4040
private var imageTexture: Int = 0
4141
private val currentTexture: Int
4242
get() = if (circleBody.increased || circleBody.isIncreasing) imageTexture else texture
43-
private val bitmapSize = 300f
43+
private val bitmapSize = 256f
4444
private val gradient: LinearGradient?
4545
get() {
4646
return pickerItem.gradient?.let {

0 commit comments

Comments
 (0)