From b32f76c7536b8811cdf975d23ce17344cf613501 Mon Sep 17 00:00:00 2001 From: TaiwanStar Developer Date: Mon, 15 Jun 2026 13:57:41 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=AA=BF=E6=95=B4=E7=B5=90=E5=B8=B3?= =?UTF-8?q?=E5=B0=8D=E8=A9=B1=E6=A1=86=E4=BA=A4=E6=98=93=E9=87=91=E9=A1=8D?= =?UTF-8?q?=E5=86=92=E8=99=9F=E8=88=87=E6=8C=89=E9=88=95=E9=A1=8F=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 將Line Pay、NFC卡片、NFC手機、NFC加值對話框中的交易金額冒號改為全形 - 調整NFC卡片對話框取消按鈕文字色為onWarning,修改支付方式背景色為gray --- .../res/layout/dialog_checkout_line_pay.xml | 158 +++++++++++------- .../res/layout/dialog_checkout_nfc_card.xml | 155 ++++++++++------- .../res/layout/dialog_checkout_nfc_phone.xml | 157 ++++++++++------- .../layout/dialog_checkout_nfc_recharge.xml | 156 ++++++++++------- 4 files changed, 379 insertions(+), 247 deletions(-) diff --git a/app/src/main/res/layout/dialog_checkout_line_pay.xml b/app/src/main/res/layout/dialog_checkout_line_pay.xml index 37afe31..93d0a11 100644 --- a/app/src/main/res/layout/dialog_checkout_line_pay.xml +++ b/app/src/main/res/layout/dialog_checkout_line_pay.xml @@ -11,7 +11,7 @@ android:id="@+id/linearLayout4" android:layout_width="0dp" android:layout_height="wrap_content" - android:background="@color/light_gray" + android:background="@color/surface" android:orientation="vertical" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -20,76 +20,88 @@ + android:layout_height="wrap_content" + android:layout_marginBottom="0dp" + android:orientation="vertical" + android:paddingVertical="30dp"> + + + + + + + + - - - - - - + android:textColor="@color/black" + android:textSize="15sp" + android:textStyle="" /> + + app:srcCompat="@drawable/tappay30" /> + + -