fix: home screen number spacing
This commit is contained in:
parent
e34a20bce6
commit
63a5150cea
1 changed files with 2 additions and 0 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue