Closed AndreyBulgakow closed 4 years ago
Bug:
With the following code the arrow is always miss-placed on the devices with smaller screen, API 23 (please see the screenshot attached). It does not happen for example on the emulator Pixel 3, API 29.
Here is the Kotlin dsl I use:
val balloon = createBalloon(requireContext()) { setArrowSize(10) setArrowOrientation(ArrowOrientation.TOP) setPaddingTop(16) setPaddingRight(21) setPaddingBottom(16) setPaddingLeft(21) setCornerRadius(4f) setAlpha(0.85f) setText("12") setTextColorResource(R.color.black) setBackgroundColorResource(R.color.white) setLifecycleOwner(lifecycleOwner) }
It would be really nice if someone could help me with this :(
Emulator, Nexus S, API 23:
Emulator Pixel 3a, API 29
@skydoves do you have any idea what it could be? I stuck in the middle of the project and would really appreciate some help on this one.
Hi, @AndreyBulgakow. The new version 1.1.6 is released and you can check it! Thank you for your issue :)
Bug:
With the following code the arrow is always miss-placed on the devices with smaller screen, API 23 (please see the screenshot attached). It does not happen for example on the emulator Pixel 3, API 29.
Here is the Kotlin dsl I use:
It would be really nice if someone could help me with this :(
Emulator, Nexus S, API 23:
Emulator Pixel 3a, API 29