mabbas007 / TagsEditText

Android EditText for view tags or chips
Apache License 2.0
694 stars 124 forks source link

RTL support #12

Open sabapp opened 8 years ago

sabapp commented 8 years ago

How can use for RTL text?

mabbas007 commented 8 years ago

I haven't tested it for RTL text but I think it will need more tweaks.

arshaplus commented 7 years ago

just add these lines to xml tag :

android:gravity="right" android:textDirection="rtl"