summaryrefslogtreecommitdiff
path: root/app/src/main
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2023-12-29 00:07:21 +0100
committerGitHub <noreply@github.com>2023-12-29 00:07:21 +0100
commit4e4b6062acdddcae3d9b558ba528de5f8e14b1d4 (patch)
treea0d30a619b1523d731a5922a6e22931666981c55 /app/src/main
parentd39ddaa113cf37a4b87304dc791172192d45b0e1 (diff)
downloadAntennaPod-4e4b6062acdddcae3d9b558ba528de5f8e14b1d4.zip
Better center number in 'new' pill (#6831)
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/layout/home_section.xml1
1 files changed, 1 insertions, 0 deletions
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"