fontFamily 미지정된 TextView/EditText에 android:fontFamily="@font/pretendard_medium" 추가
This commit is contained in:
@@ -77,7 +77,8 @@
|
||||
android:maxLines="2"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="13sp"
|
||||
tools:text="JFLA 커버곡 Avicii for your self" />
|
||||
tools:text="JFLA 커버곡 Avicii for your self"
|
||||
android:fontFamily="@font/pretendard_medium" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_nickname"
|
||||
@@ -87,7 +88,8 @@
|
||||
android:textColor="@color/color_d2d2d2"
|
||||
android:textSize="11sp"
|
||||
tools:ignore="SmallSp"
|
||||
tools:text="JFLA 커버곡 Avicii for your self" />
|
||||
tools:text="JFLA 커버곡 Avicii for your self"
|
||||
android:fontFamily="@font/pretendard_medium" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
@@ -145,7 +147,8 @@
|
||||
app:layout_constraintEnd_toStartOf="@+id/iv_player_play_or_pause"
|
||||
app:layout_constraintStart_toEndOf="@+id/iv_player_cover"
|
||||
app:layout_constraintTop_toTopOf="@+id/iv_player_cover"
|
||||
tools:text="JFLA 커버곡 Avicii for your self" />
|
||||
tools:text="JFLA 커버곡 Avicii for your self"
|
||||
android:fontFamily="@font/pretendard_medium" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_player_nickname"
|
||||
@@ -158,7 +161,8 @@
|
||||
app:layout_constraintStart_toStartOf="@+id/tv_player_title"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tv_player_title"
|
||||
tools:ignore="SmallSp"
|
||||
tools:text="JFLA 커버곡 Avicii for your self" />
|
||||
tools:text="JFLA 커버곡 Avicii for your self"
|
||||
android:fontFamily="@font/pretendard_medium" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_player_play_or_pause"
|
||||
|
||||
Reference in New Issue
Block a user