From 6f3834fcef9ad3a1667c80fffa4e93505009f0c1 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sat, 24 Sep 2022 10:39:05 +0200 Subject: [PATCH] fix the channel rows --- app/src/main/res/layout/channel_row.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/channel_row.xml b/app/src/main/res/layout/channel_row.xml index 1611ae45c..6e4d00831 100644 --- a/app/src/main/res/layout/channel_row.xml +++ b/app/src/main/res/layout/channel_row.xml @@ -8,8 +8,8 @@ android:layout_width="70dp" android:layout_height="70dp" android:layout_marginVertical="5dp" - android:layout_marginStart="40dp" - android:layout_marginEnd="50dp" + android:layout_marginStart="50dp" + android:layout_marginEnd="55dp" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" />