From 2d9c5090b95b8d1e8b4d87b5771b124c9bf4f95c Mon Sep 17 00:00:00 2001 From: "am.yazdanmanesh" Date: Wed, 12 Oct 2022 00:01:12 +0330 Subject: [PATCH] Avoid change layout direction in pager_video_item.xml --- app/src/main/res/layout/pager_video_item.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/pager_video_item.xml b/app/src/main/res/layout/pager_video_item.xml index 6e46132d8..a1dcb593d 100644 --- a/app/src/main/res/layout/pager_video_item.xml +++ b/app/src/main/res/layout/pager_video_item.xml @@ -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">