标签: android android-layout
我正在将此代码用于actionBar的rtl layoutDirection:
getWindow().getDecorView().setLayoutDirection( View.LAYOUT_DIRECTION_RTL);
和清单上的内容:
android:supportsRtl="true"
但它不适用于Android 4.1.2或更低版本。
我怎样才能让它发挥作用?