[Android] Fix RTL for the info activity
Nicolas Pomepuy
git at videolan.org
Fri Nov 22 13:53:24 UTC 2024
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Nov 13 15:16:05 2024 +0100| [8c741b77eb204595d2a8da194250f48cd6745f1b] | committer: Nicolas Pomepuy
Fix RTL for the info activity
> https://code.videolan.org/videolan/vlc-android/commit/8c741b77eb204595d2a8da194250f48cd6745f1b
---
application/vlc-android/res/layout/info_activity.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/application/vlc-android/res/layout/info_activity.xml b/application/vlc-android/res/layout/info_activity.xml
index 32d5cfda9c..af89b7b719 100644
--- a/application/vlc-android/res/layout/info_activity.xml
+++ b/application/vlc-android/res/layout/info_activity.xml
@@ -179,6 +179,7 @@
android:max="100"
android:padding="0dp"
android:progress="@{progress}"
+ android:layoutDirection="ltr"
android:secondaryProgress="0"
vlc:layout_constraintStart_toStartOf="parent"
vlc:layout_constraintEnd_toEndOf="parent"
More information about the Android
mailing list