force LTR dir for progressBar

This commit is contained in:
Mostafa Ahangarha 2018-12-01 21:03:16 +03:30
parent 41137eda62
commit 0948bfc4be
1 changed files with 1 additions and 0 deletions

View File

@ -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" />