summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2024-09-08 15:49:58 +0200
committerGitHub <noreply@github.com>2024-09-08 15:49:58 +0200
commit7e449484a78d828c4f39c7d6b7e973e1eb1068e3 (patch)
treec2c62d7a368688a11501041580380eb53dc5c9e2
parent1528cde0e012fb7a818fdc50d76981c137b64ca1 (diff)
downloadAntennaPod-7e449484a78d828c4f39c7d6b7e973e1eb1068e3.zip
Align counter text with heading text (#7392)
-rw-r--r--app/src/main/res/layout/home_section.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/layout/home_section.xml b/app/src/main/res/layout/home_section.xml
index c1bac5e91..f8379b0ff 100644
--- a/app/src/main/res/layout/home_section.xml
+++ b/app/src/main/res/layout/home_section.xml
@@ -52,11 +52,12 @@
android:id="@+id/numNewItemsLabel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginVertical="12dp"
android:layout_marginStart="8dp"
+ android:layout_marginTop="12dp"
+ android:layout_marginBottom="10dp"
+ android:paddingBottom="1sp"
android:background="@drawable/bg_pill"
android:paddingHorizontal="8dp"
- android:paddingBottom="1sp"
android:textAlignment="center"
android:textColor="?attr/colorPrimary"
android:textSize="16sp"