mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue