KOIN 설정 적용

This commit is contained in:
2023-07-23 19:50:34 +09:00
parent 3e62c754df
commit c1054c5ede
24 changed files with 407 additions and 227 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<font-family xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<font
android:font="@font/gmarket_sans_bold"
app:font="@font/gmarket_sans_bold" />
<font
android:font="@font/gmarket_sans_light"
app:font="@font/gmarket_sans_light" />
<font
android:font="@font/gmarket_sans_medium"
app:font="@font/gmarket_sans_medium" />
</font-family>

Binary file not shown.

Binary file not shown.

Binary file not shown.