Jui Yuan Liu (Ray)

Results 3 comments of Jui Yuan Liu (Ray)

I've face this problem on my Fedora 36 desktop, too. This instruction come from https://github.com/rvm/rvm/issues/5209#issuecomment-1186893261 solved my problems. ```bash $rvm pkg install openssl $rvm install ruby- --with-openssl-dir=/usr/share/rvm/usr ``` If you...

@florent37 Hi Florent sorry to "at" you directly, cause the sunset day of jCenter is around the corner. Will this library be migrating to mavenCentral?

Hi @cgathergood, @MohamedAkl1 . I have the same problem, too. However, you can set paddings earlier it will work. here is my code ```kotlin val tooltip = ViewTooltip.on(anchorView) .text(text) .textColor(ContextCompat.getColor(context,...