fontFamily 미지정된 TextView/EditText에 android:fontFamily="@font/pretendard_medium" 추가
This commit is contained in:
@@ -38,15 +38,15 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="8dp"
|
||||
android:background="@drawable/bg_round_corner_3_3_553bb9f1"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:gravity="center"
|
||||
android:paddingHorizontal="4dp"
|
||||
android:paddingTop="2dp"
|
||||
android:paddingBottom="0dp"
|
||||
android:text="@string/screen_audio_content_detail_comment_secret"
|
||||
android:textColor="@color/color_selected_secret"
|
||||
android:textSize="11sp"
|
||||
android:visibility="gone" />
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:gravity="center"
|
||||
android:paddingHorizontal="4dp"
|
||||
android:paddingTop="2dp"
|
||||
android:paddingBottom="0dp"
|
||||
android:text="@string/screen_audio_content_detail_comment_secret"
|
||||
android:textColor="@color/color_selected_secret"
|
||||
android:textSize="11sp"
|
||||
android:visibility="gone" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
@@ -117,7 +117,8 @@
|
||||
android:textCursorDrawable="@drawable/edit_text_cursor"
|
||||
android:textSize="13.3sp"
|
||||
android:theme="@style/EditTextStyle"
|
||||
tools:ignore="LabelFor" />
|
||||
tools:ignore="LabelFor"
|
||||
android:fontFamily="@font/pretendard_medium" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_modify"
|
||||
|
||||
Reference in New Issue
Block a user