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:
commit
b7ab819b1d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue