[Android] Fix overlay seek circle positions on RTL devices

Habib Kazemi git at videolan.org
Wed Jan 20 09:54:27 UTC 2021


vlc-android | branch: 3.3.x | Habib Kazemi <kazemihabib1996 at gmail.com> | Wed Dec 30 10:55:00 2020 +0330| [655c2c66e320cbeccfc16f8e3c07409601952e63] | committer: Nicolas Pomepuy

Fix overlay seek circle positions on RTL devices

Fixes #1578 problem number 7

(cherry picked from commit f77cbf1b7c0b7965b4f262d4c6bab1aa24ce566a)

> https://code.videolan.org/videolan/vlc-android/commit/655c2c66e320cbeccfc16f8e3c07409601952e63
---

 application/vlc-android/res/layout/player_overlay_seek.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/application/vlc-android/res/layout/player_overlay_seek.xml b/application/vlc-android/res/layout/player_overlay_seek.xml
index 3587f3cbc..539b73938 100644
--- a/application/vlc-android/res/layout/player_overlay_seek.xml
+++ b/application/vlc-android/res/layout/player_overlay_seek.xml
@@ -3,6 +3,7 @@
         xmlns:app="http://schemas.android.com/apk/res-auto"
         xmlns:tools="http://schemas.android.com/tools"
         android:id="@+id/seekContainer"
+        android:layoutDirection="ltr"
         android:layout_width="match_parent"
         android:layout_height="match_parent">
 



More information about the Android mailing list