Teppei Tabuchi

Results 3 comments of Teppei Tabuchi

Hello @androidlab. It has become late, but I hope this helps. To change textSize, you need to make custom style like below. ``` @style/TooltipText 20sp ``` then set this style...

@tipialican Hello, I have 2 ideas. I hope this will help. 1. Set gravity as `Tooltip.Gravity.RIGHT` then add Y offset like `.anchor(imageViewAction,0,48, false)`. 2. Make invisible view under plusButton then...

Hello @kazetani . I think It seems not easy. but I have an idea, hope this helps. Dataset class has `setDrawCircles(true/false)` method and `setCircleColors(colorlist)` as well. You can change the...