From ad82faba3f84a8c7effee33c8767aec2b26bf230 Mon Sep 17 00:00:00 2001 From: aayush262 Date: Tue, 5 Mar 2024 20:03:53 +0530 Subject: [PATCH] fix(comments): fix comment bar color --- app/src/main/res/layout/fragment_comments.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_comments.xml b/app/src/main/res/layout/fragment_comments.xml index c1ec5479..2c31e8c5 100644 --- a/app/src/main/res/layout/fragment_comments.xml +++ b/app/src/main/res/layout/fragment_comments.xml @@ -134,6 +134,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" + android:background="?android:colorBackground" android:paddingTop="8dp" android:paddingBottom="8dp">