whilu / AndroidTagView

A TagView library for Android. Customize your own & Drag effect.
1.71k stars 303 forks source link

Add support for Gravity.START and Gravity.END values #68

Open Bringoff opened 7 years ago

Bringoff commented 7 years ago

RTL locales support is a good idea for a lot of production-ready apps. So it would be nice to add more abstract "start" and "end" container gravity values instead of hardcoded "left" and "right".

royherma commented 6 years ago

were you able to support tag views starting from the right side of the screen on RTL interfaces @Bringoff ?

Bringoff commented 6 years ago

were you able to support tag views starting from the right side of the screen on RTL interfaces?

@royherma well, I've switched to FlexBoxLayout and implemented it manually :)