From 4e4b6062acdddcae3d9b558ba528de5f8e14b1d4 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Fri, 29 Dec 2023 00:07:21 +0100 Subject: [PATCH] Better center number in 'new' pill (#6831) --- app/src/main/res/layout/home_section.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/home_section.xml b/app/src/main/res/layout/home_section.xml index 82f5c0b5c..c1bac5e91 100644 --- a/app/src/main/res/layout/home_section.xml +++ b/app/src/main/res/layout/home_section.xml @@ -56,6 +56,7 @@ android:layout_marginStart="8dp" android:background="@drawable/bg_pill" android:paddingHorizontal="8dp" + android:paddingBottom="1sp" android:textAlignment="center" android:textColor="?attr/colorPrimary" android:textSize="16sp"