fontFamily 미지정된 TextView/EditText에 android:fontFamily="@font/pretendard_medium" 추가
This commit is contained in:
@@ -46,7 +46,8 @@
|
||||
android:paddingVertical="3.3dp"
|
||||
android:text="@string/screen_live_room_age_badge"
|
||||
android:textColor="@color/color_e33621"
|
||||
android:visibility="gone" />
|
||||
android:visibility="gone"
|
||||
android:fontFamily="@font/pretendard_medium" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_title"
|
||||
@@ -118,12 +119,12 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:gravity="center_vertical"
|
||||
android:text="@string/screen_live_room_participant_label"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="12sp"
|
||||
android:visibility="gone" />
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:gravity="center_vertical"
|
||||
android:text="@string/screen_live_room_participant_label"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="12sp"
|
||||
android:visibility="gone" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_profiles"
|
||||
|
||||
Reference in New Issue
Block a user