Skip to content

Commit

Permalink
[Add/#5] 폰트 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
gaeun5744 committed May 5, 2023
1 parent 998b615 commit bd44df5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/layout/item_music.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
5 changes: 3 additions & 2 deletions app/src/main/res/layout/item_top.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">


<ImageView
Expand All @@ -19,6 +19,7 @@
android:id="@+id/tv_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/nanum_gothic_bold"
android:textSize="30sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit bd44df5

Please sign in to comment.