adroitandroid / ChipCloud

Android UI library that creates material 'chip' clouds [fork with additional features]
MIT License
116 stars 25 forks source link

RTL support #15

Open teralser opened 6 years ago

teralser commented 6 years ago

Is there any way to draw chips RTL?

Shachar87 commented 4 years ago

I'm handling this at this way on the Configure section: .gravity(deviceLanguage.equals("en") ? ChipCloud.Gravity.LEFT : ChipCloud.Gravity.RIGHT)

note: deviceLanguage = getting it from device Locale