I am using this code for rtl layoutDirection for actionBar:
getWindow().getDecorView().setLayoutDirection(
View.LAYOUT_DIRECTION_RTL);
and this on manifest:
android:supportsRtl="true"
but it's not working on android 4.1.2 or lower.
How can I get this to work?