[Android] VideoCard: fix margin on network emoji
Duncan McNamara
git at videolan.org
Mon Sep 19 12:29:35 UTC 2022
vlc-android | branch: 3.5.x | Duncan McNamara <dcn.mcnamara at gmail.com> | Wed Sep 14 15:17:51 2022 +0200| [62a273249e59210f9b0f8d960cd4da0877395723] | committer: Nicolas Pomepuy
VideoCard: fix margin on network emoji
(cherry picked from commit c2facc62363f520844687d0b0eaa8308b80195a9)
> https://code.videolan.org/videolan/vlc-android/commit/62a273249e59210f9b0f8d960cd4da0877395723
---
application/vlc-android/res/layout/video_grid_card.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/application/vlc-android/res/layout/video_grid_card.xml b/application/vlc-android/res/layout/video_grid_card.xml
index 42ae5a151..0cd68a908 100644
--- a/application/vlc-android/res/layout/video_grid_card.xml
+++ b/application/vlc-android/res/layout/video_grid_card.xml
@@ -172,7 +172,7 @@
android:id="@+id/network_media"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginStart="4dp"
+ android:layout_marginStart="8dp"
android:layout_marginBottom="4dp"
android:background="@drawable/rounded_corners_black_more_transparent"
android:padding="3dp"
More information about the Android
mailing list