Skip to content

Commit

Permalink
Fix Font Color
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanasrollahzadeh2003 committed Jun 19, 2023
1 parent 9084518 commit 452e3e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AlirezaToast/src/main/res/layout/custom_toast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@
android:layout_margin="8dp"
android:padding="8dp"
android:textSize="16sp"
android:textColor="#fff"
android:fontFamily="@font/yekan"
android:layout_gravity="center"/>
</LinearLayout>


</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>

0 comments on commit 452e3e0

Please sign in to comment.