diff --git a/app/src/main/res/layout/fragment_media_preview_v2.xml b/app/src/main/res/layout/fragment_media_preview_v2.xml index 48a5f642f..ed693ebf9 100644 --- a/app/src/main/res/layout/fragment_media_preview_v2.xml +++ b/app/src/main/res/layout/fragment_media_preview_v2.xml @@ -11,19 +11,20 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:clickable="true" - android:focusable="true" /> + android:focusable="true" + android:layoutDirection="ltr" />