[Android] ControlSettings: remove unecessary icon space

Duncan McNamara git at videolan.org
Tue Jun 13 05:39:58 UTC 2023


vlc-android | branch: master | Duncan McNamara <dcn.mcnamara at gmail.com> | Mon Jun 12 18:26:53 2023 +0200| [b592e01550f523d143a88a7599b2daa655ad300e] | committer: Nicolas Pomepuy

ControlSettings: remove unecessary icon space

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

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

diff --git a/application/vlc-android/res/xml/preferences_video_controls.xml b/application/vlc-android/res/xml/preferences_video_controls.xml
index 92f29dac32..28f13d3bf2 100644
--- a/application/vlc-android/res/xml/preferences_video_controls.xml
+++ b/application/vlc-android/res/xml/preferences_video_controls.xml
@@ -33,6 +33,7 @@
                 android:key="enable_scale_gesture"
                 android:summary="@string/enable_scale_gesture_summary"
                 android:title="@string/enable_scale_gesture_title"
+                app:iconSpaceReserved="false"
                 app:singleLineTitle="false" />
         <CheckBoxPreference
                 android:defaultValue="true"



More information about the Android mailing list