[Android] Add some padding to the video player resize checkboxes
Nicolas Pomepuy
git at videolan.org
Thu Mar 20 17:27:36 UTC 2025
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Mar 19 15:00:46 2025 +0100| [1ccb918733cf1bba9f7210dee29bad7d8630e58e] | committer: Duncan McNamara
Add some padding to the video player resize checkboxes
Fixes #3175
> https://code.videolan.org/videolan/vlc-android/commit/1ccb918733cf1bba9f7210dee29bad7d8630e58e
---
application/vlc-android/res/layout/player_resize.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/application/vlc-android/res/layout/player_resize.xml b/application/vlc-android/res/layout/player_resize.xml
index c55ac0fbba..3931f263b3 100644
--- a/application/vlc-android/res/layout/player_resize.xml
+++ b/application/vlc-android/res/layout/player_resize.xml
@@ -53,6 +53,7 @@
android:layout_marginStart="24dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="16dp"
+ android:paddingLeft="8dp"
android:text="@string/fold_optimize"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@@ -79,6 +80,7 @@
android:layout_marginStart="24dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="16dp"
+ android:paddingLeft="8dp"
android:text="@string/player_under_notch"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
More information about the Android
mailing list