휴대폰 결제 임시로 숨김
This commit is contained in:
parent
4d4ddb50ac
commit
f6cbaffd3b
|
@ -130,30 +130,31 @@
|
||||||
android:textSize="13.3sp" />
|
android:textSize="13.3sp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_marginHorizontal="13.3dp"
|
|
||||||
android:layout_marginTop="16.7dp">
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:id="@+id/tv_method_phone"
|
|
||||||
android:layout_width="0dp"
|
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_marginHorizontal="13.3dp"
|
||||||
android:background="@drawable/bg_round_corner_10_232323_777777"
|
android:layout_marginTop="16.7dp"
|
||||||
android:fontFamily="@font/gmarket_sans_medium"
|
android:visibility="gone">
|
||||||
android:gravity="center"
|
|
||||||
android:paddingVertical="16.7dp"
|
|
||||||
android:text="휴대폰 결제"
|
|
||||||
android:textColor="@color/color_eeeeee"
|
|
||||||
android:textSize="13.3sp" />
|
|
||||||
|
|
||||||
<View
|
<TextView
|
||||||
android:layout_width="0dp"
|
android:id="@+id/tv_method_phone"
|
||||||
android:layout_height="wrap_content"
|
android:layout_width="0dp"
|
||||||
android:layout_weight="1" />
|
android:layout_height="wrap_content"
|
||||||
</LinearLayout>
|
android:layout_weight="1"
|
||||||
|
android:background="@drawable/bg_round_corner_10_232323_777777"
|
||||||
|
android:fontFamily="@font/gmarket_sans_medium"
|
||||||
|
android:gravity="center"
|
||||||
|
android:paddingVertical="16.7dp"
|
||||||
|
android:text="휴대폰 결제"
|
||||||
|
android:textColor="@color/color_eeeeee"
|
||||||
|
android:textSize="13.3sp" />
|
||||||
|
|
||||||
|
<View
|
||||||
|
android:layout_width="0dp"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_weight="1" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_agree"
|
android:id="@+id/tv_agree"
|
||||||
|
|
Loading…
Reference in New Issue