diff --git a/app/src/main/res/layout/item_music.xml b/app/src/main/res/layout/item_music.xml index 490079f..1216a03 100644 --- a/app/src/main/res/layout/item_music.xml +++ b/app/src/main/res/layout/item_music.xml @@ -39,6 +39,7 @@ android:layout_height="wrap_content" android:layout_marginTop="10dp" android:layout_marginEnd="40dp" + android:fontFamily="@font/nanum_gothic_bold" android:textColor="?attr/colorOnBackground" android:textSize="15sp" app:layout_constraintEnd_toEndOf="parent" @@ -49,6 +50,7 @@ android:id="@+id/tv_music_singer" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:fontFamily="@font/nanum_gothic_light" android:textColor="?attr/colorOnBackground" android:textSize="10sp" app:layout_constraintEnd_toEndOf="@id/tv_music_title" diff --git a/app/src/main/res/layout/item_top.xml b/app/src/main/res/layout/item_top.xml index c071f97..0d4aeb5 100644 --- a/app/src/main/res/layout/item_top.xml +++ b/app/src/main/res/layout/item_top.xml @@ -3,8 +3,8 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:background="?attr/colorPrimary" - android:layout_height="wrap_content"> + android:layout_height="wrap_content" + android:background="?attr/colorPrimary">