Вопрос

I've downloaded this lib project PagerSlidingTabStrip for Android and am working on it.

Everything is working okay except for one thing, it dose not support RTL charset. How can I make tabs appear from right to left instead of from left to right?

Это было полезно?

Решение

paste the code in your libaray above "tabsContainer = new LinearLayout(context);"

tabsContainer.setGravity(Gravity.RIGHT);
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top