Skip to content
Snippets Groups Projects
Commit ee389e91 authored by Habib Kazemi's avatar Habib Kazemi Committed by Nicolas Pomepuy
Browse files

Fix AB repeat markers positions on RTL devices

Fixes #1578 problem number 5
parent be2c207d
No related branches found
No related tags found
1 merge request!861Fixes RTL problems https://code.videolan.org/videolan/vlc-android/-/issues/1578
......@@ -254,6 +254,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:clipToPadding="false"
android:layoutDirection="ltr"
android:paddingLeft="8dp"
android:paddingRight="8dp"
vlc:layout_constraintBottom_toTopOf="@+id/player_overlay_seekbar"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment