마이페이지 padding 추정
This commit is contained in:
parent
315e0627d1
commit
144ff4af05
|
@ -162,8 +162,9 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="26.7dp"
|
||||
android:background="@drawable/bg_round_corner_16_7_222222"
|
||||
android:padding="13.3dp">
|
||||
android:background="@drawable/bg_round_corner_6_7_13181b"
|
||||
android:paddingHorizontal="13.3dp"
|
||||
android:paddingVertical="10dp">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_total_can"
|
||||
|
@ -242,8 +243,8 @@
|
|||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toEndOf="@+id/tv_coupon"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_toEndOf="@+id/tv_coupon"
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/ic_coupon" />
|
||||
|
||||
|
@ -289,7 +290,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="6.7dp"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:text="라이브"
|
||||
android:textColor="@color/color_80d8ff"
|
||||
android:textSize="14.7sp" />
|
||||
|
|
Loading…
Reference in New Issue