캔 결제수단 추가

- 카카오페이
This commit is contained in:
2024-08-27 17:05:23 +09:00
parent 63e9b705a9
commit e38778d9e7
4 changed files with 55 additions and 19 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -152,10 +152,22 @@
android:textColor="@color/color_eeeeee"
android:textSize="13.3sp" />
<View
<FrameLayout
android:id="@+id/fl_method_kakaopay"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
android:layout_marginStart="13.3dp"
android:layout_weight="1"
android:background="@drawable/bg_round_corner_10_232323_777777"
android:paddingVertical="8.3dp">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:contentDescription="@null"
android:src="@drawable/ic_kakaopay" />
</FrameLayout>
</LinearLayout>
<TextView