summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-12-11 15:03:42 +0100
committerByteHamster <info@bytehamster.com>2022-12-11 15:03:58 +0100
commitb1237094b2fd2474a262bcff48916dc540c4fd33 (patch)
tree2d76b8fd4d5913b811b88cd3ac21fb33606024dd /app/src/main/res
parent45137119811011eb41ed988407a314194d0db2c8 (diff)
downloadAntennaPod-b1237094b2fd2474a262bcff48916dc540c4fd33.zip
Make layout of home sections more clean and easy
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/home_section.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/home_section.xml b/app/src/main/res/layout/home_section.xml
index ea9c2ff3e..a8885b514 100644
--- a/app/src/main/res/layout/home_section.xml
+++ b/app/src/main/res/layout/home_section.xml
@@ -49,7 +49,7 @@
<TextView
android:id="@+id/numNewItemsLabel"
android:layout_width="wrap_content"
- android:layout_height="20dp"
+ android:layout_height="wrap_content"
android:layout_marginVertical="12dp"
android:layout_marginStart="8dp"
android:background="@drawable/bg_pill"