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" />