From 63a5150cea066c40ad7b774387ed71345ceeabcf Mon Sep 17 00:00:00 2001 From: rebelonion <87634197+rebelonion@users.noreply.github.com> Date: Fri, 29 Mar 2024 18:10:41 -0500 Subject: [PATCH] fix: home screen number spacing --- app/src/main/res/layout/fragment_home.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index c3caeff4..7fe73e42 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -94,6 +94,7 @@ android:id="@+id/homeUserEpisodesWatched" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginStart="4dp" android:fontFamily="@font/poppins_bold" android:textColor="?attr/colorPrimaryVariant" android:textSize="12sp" /> @@ -117,6 +118,7 @@ android:id="@+id/homeUserChaptersRead" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginStart="4dp" android:fontFamily="@font/poppins_bold" android:textColor="?attr/colorPrimaryVariant" android:textSize="12sp" />