force LTR dir for progressBar
This commit is contained in:
parent
41137eda62
commit
0948bfc4be
|
@ -136,6 +136,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="4dp"
|
||||
android:layout_below="@id/txtvProgressLeft"
|
||||
android:layoutDirection="ltr"
|
||||
android:max="100"
|
||||
tools:background="@android:color/holo_blue_light" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue