캔 결제수단 추가
- 카카오페이
This commit is contained in:
BIN
app/src/main/res/drawable-xxhdpi/ic_kakaopay.png
Executable file
BIN
app/src/main/res/drawable-xxhdpi/ic_kakaopay.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
@@ -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
|
||||
|
Reference in New Issue
Block a user