문제

I have a custom video player Activity.

I am forced to enable RTL Support in my Application.

But doing so will result in a Right-To-Left aligned ProgressBar. (And that looks ugly)

I want my ProgressBar to stay LTR in my RTL enabled Application.

Is there any solution?

P.S. I am using Android 4.2.2

도움이 되었습니까?

해결책

Okay there is a simple solution for 4.2 and higher:

You can set the android:layoutDirection property in XML, it can have either rtl or ltr values.

The property overrides android:supportsRtl property in "application" segment of your manifest file.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top