Avoid change layout direction in pager_video_item.xml

This commit is contained in:
am.yazdanmanesh 2022-10-12 00:01:12 +03:30
parent 2e2dd721ab
commit 2d9c5090b9

View file

@ -3,7 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/video_holder"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:layoutDirection="ltr">
<ImageView
android:id="@+id/video_preview"