fontFamily 미지정된 TextView/EditText에 android:fontFamily="@font/pretendard_medium" 추가
This commit is contained in:
@@ -177,22 +177,22 @@
|
||||
android:id="@+id/fl_charge_can"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginVertical="13.7dp"
|
||||
android:layout_weight="2"
|
||||
android:background="@drawable/bg_round_corner_10_80d8ff"
|
||||
android:paddingVertical="16dp">
|
||||
android:layout_marginVertical="13.7dp"
|
||||
android:layout_weight="2"
|
||||
android:background="@drawable/bg_round_corner_10_80d8ff"
|
||||
android:paddingVertical="16dp">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:drawablePadding="6.7dp"
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:gravity="center"
|
||||
android:text="@string/screen_can_status_charge_action"
|
||||
android:textColor="@color/color_1313bc"
|
||||
android:textSize="18.3sp"
|
||||
app:drawableStartCompat="@drawable/ic_can" />
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:drawablePadding="6.7dp"
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:gravity="center"
|
||||
android:text="@string/screen_can_status_charge_action"
|
||||
android:textColor="@color/color_1313bc"
|
||||
android:textSize="18.3sp"
|
||||
app:drawableStartCompat="@drawable/ic_can" />
|
||||
</FrameLayout>
|
||||
</LinearLayout>
|
||||
</RelativeLayout>
|
||||
|
||||
Reference in New Issue
Block a user