Merge pull request #2628 from Amir-yazdanmanesh/video-partly-off-screen-in-horizontal,RTL-bug

Fix video partly off-screen in horizontal, RTL bug
This commit is contained in:
Tibor Kaputa 2022-10-12 09:40:03 +02:00 committed by GitHub
commit b7ab819b1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"