[Android] Widgets: decrease the min height to allow the small layouts on more devices
Nicolas Pomepuy
git at videolan.org
Wed May 18 09:57:59 UTC 2022
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon May 16 14:30:50 2022 +0200| [91215ec8e80b4ab3432a4443e9c7a502d1f95fe6] | committer: Duncan McNamara
Widgets: decrease the min height to allow the small layouts on more devices
> https://code.videolan.org/videolan/vlc-android/commit/91215ec8e80b4ab3432a4443e9c7a502d1f95fe6
---
application/vlc-android/res/xml/widget_provider_mini.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/application/vlc-android/res/xml/widget_provider_mini.xml b/application/vlc-android/res/xml/widget_provider_mini.xml
index 231a6d722..8c0f647bb 100644
--- a/application/vlc-android/res/xml/widget_provider_mini.xml
+++ b/application/vlc-android/res/xml/widget_provider_mini.xml
@@ -27,9 +27,9 @@
android:widgetFeatures="reconfigurable"
android:initialLayout="@layout/widget_mini_initial"
android:minWidth="120dp"
- android:minHeight="48dp"
+ android:minHeight="32dp"
android:minResizeWidth="120dp"
- android:minResizeHeight="48dp"
+ android:minResizeHeight="32dp"
android:previewImage="@drawable/widget_preview_mini"
android:resizeMode="horizontal|vertical"
android:targetCellWidth="4"
More information about the Android
mailing list