ECLaboratorio / BubbleShowCase-Android

BubbleShowCase is a framework that let you to use informative bubbles to help your users pointing out different App features.
MIT License
603 stars 90 forks source link

Support RTL ? #9

Closed AthariYousuf closed 6 years ago

AthariYousuf commented 6 years ago

Great Library ! thanks a lot, but there's a problem when the application direction is Right To Left , the bubble and the arrow positions are fine but the button is on the opposite side as shown in the image. is there a way to fix this or is it not supported by the library? Thank you

screen shot 2018-09-30 at 12 44 50 pm
JorgeCM commented 6 years ago

Hi AthariYousuf,

The bug has been fixed. Try it with this new version:

implementation 'com.elconfidencial.bubbleshowcase:bubbleshowcase:1.2.0'
AthariYousuf commented 6 years ago

You're a life saviour, it works perfect now, thanks !