mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-24 00:01:01 +00:00
fix: home screen number spacing
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user