[Android] Fix delay apply to all margin

Nicolas Pomepuy git at videolan.org
Fri Dec 4 08:36:29 CET 2020


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Dec  1 10:04:42 2020 +0100| [1b6df7c1346707c0ba3ad1ef4a1da51ee1601084] | committer: Nicolas Pomepuy

Fix delay apply to all margin

> https://code.videolan.org/videolan/vlc-android/commit/1b6df7c1346707c0ba3ad1ef4a1da51ee1601084
---

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

diff --git a/application/vlc-android/res/layout/player_overlay_settings.xml b/application/vlc-android/res/layout/player_overlay_settings.xml
index 5e27c86d0..615182b91 100644
--- a/application/vlc-android/res/layout/player_overlay_settings.xml
+++ b/application/vlc-android/res/layout/player_overlay_settings.xml
@@ -136,6 +136,7 @@
     <com.google.android.material.button.MaterialButton
             android:id="@+id/delay_apply_all"
             style="@style/Widget.MaterialComponents.Button.TextButton.Dialog.Icon"
+            android:layout_margin="0dp"
             android:layout_width="0dp"
             android:layout_height="wrap_content"
             android:nextFocusLeft="@+id/delay_second_button"



More information about the Android mailing list