From bd44df592020682cb471dd5c03d94967b7237bad Mon Sep 17 00:00:00 2001 From: gaeun Date: Sat, 6 May 2023 01:19:18 +0900 Subject: [PATCH] =?UTF-8?q?[Add/#5]=20=ED=8F=B0=ED=8A=B8=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/item_music.xml | 2 ++ app/src/main/res/layout/item_top.xml | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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">