From 21198a7ec9301f3c790b6e1eb6050076e9ae57b7 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Mon, 4 Jul 2022 18:12:24 +0200 Subject: [PATCH] improve comments padding --- app/src/main/res/layout/comments_row.xml | 5 ++++- app/src/main/res/layout/fragment_player.xml | 2 -- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/comments_row.xml b/app/src/main/res/layout/comments_row.xml index a694c0029..bf8363b95 100644 --- a/app/src/main/res/layout/comments_row.xml +++ b/app/src/main/res/layout/comments_row.xml @@ -8,7 +8,10 @@ + android:orientation="vertical" + android:paddingStart="10dp" + android:paddingEnd="10dp" + app:layout_constraintTop_toTopOf="parent">