Avoid change layout direction in pager_video_item.xml
This commit is contained in:
parent
2e2dd721ab
commit
2d9c5090b9
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:id="@+id/video_holder"
|
android:id="@+id/video_holder"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent"
|
||||||
|
android:layoutDirection="ltr">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/video_preview"
|
android:id="@+id/video_preview"
|
||||||
|
|
Loading…
Reference in a new issue