Update missing fonts

This commit is contained in:
deeppandya
2022-12-05 17:00:31 -05:00
committed by zenparsing
parent 5091773a79
commit 45f5a573ac
2 changed files with 2 additions and 2 deletions
@@ -13,7 +13,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#E62F3140"
tools:fontFamily="@font/poppins_bold"
tools:fontFamily="@font/poppins_600"
android:gravity="center">
<FrameLayout
@@ -303,7 +303,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/support_this_creator"
android:fontFamily="@font/poppins_medium"
android:fontFamily="@font/poppins_500"
android:layout_marginTop="24dp"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"