feat(app-ui): 接部位 R1~R5(各支付進行中畫面下方的實體示意圖,1280x720)
R1 NfcCard/R2 NfcPhone/R4 NfcRecharge = imageCheckout(既有 id);R3 Esun/R5 CashPayGeneral 補 id imgPayPhysical Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9e78119c0a
commit
3f569645a2
@ -150,8 +150,9 @@ public class CashPayDialogGeneral extends DialogAbstract {
|
||||
binding = DialogCheckoutCashPayBinding.inflate(getLayoutInflater());
|
||||
setContentView(binding.getRoot());
|
||||
|
||||
// M5 現金支付示意圖(後台「UI元素設定」,未設定則保留預設圖)
|
||||
// M5 現金支付示意圖(上)/ R5 實體示意圖(下,投幣口 imgPayPhysical);未設定則保留預設圖
|
||||
com.unibuy.smartdevice.ui.tools.UiSkin.apply("M5", binding.imgPayMethod);
|
||||
com.unibuy.smartdevice.ui.tools.UiSkin.apply("R5", binding.imgPayPhysical);
|
||||
|
||||
fourthValueDecimal = 0;
|
||||
|
||||
|
||||
@ -177,8 +177,9 @@ public class CheckoutEsunPayDialog extends DialogAbstract {
|
||||
binding = DialogCheckoutEsunPayBinding.inflate(getLayoutInflater());
|
||||
setContentView(binding.getRoot());
|
||||
|
||||
// M3 掃碼支付示意圖(此檔的 imageCheckout 才是示意圖;未設定則保留預設圖)
|
||||
// M3 掃碼支付示意圖(上,此檔的 imageCheckout 才是示意圖)/ R3 實體示意圖(下,imgPayPhysical)
|
||||
com.unibuy.smartdevice.ui.tools.UiSkin.apply("M3", binding.imageCheckout);
|
||||
com.unibuy.smartdevice.ui.tools.UiSkin.apply("R3", binding.imgPayPhysical);
|
||||
|
||||
openBarcode = true;
|
||||
isTransaction = true;
|
||||
|
||||
@ -198,8 +198,9 @@ public class CheckoutNfcCardDialog extends DialogAbstract {
|
||||
binding = DialogCheckoutNfcCardBinding.inflate(getLayoutInflater());
|
||||
setContentView(binding.getRoot());
|
||||
|
||||
// M1 信用卡支付示意圖(後台「UI元素設定」,未設定則保留預設圖)
|
||||
// M1 信用卡支付示意圖(上)/ R1 實體示意圖(下,imageCheckout);未設定則保留預設圖
|
||||
com.unibuy.smartdevice.ui.tools.UiSkin.apply("M1", binding.imgPayMethod);
|
||||
com.unibuy.smartdevice.ui.tools.UiSkin.apply("R1", binding.imageCheckout);
|
||||
|
||||
isResponse = true;
|
||||
isChangeDispatch = true;
|
||||
|
||||
@ -199,8 +199,9 @@ public class CheckoutNfcPhoneDialog extends DialogAbstract {
|
||||
binding = DialogCheckoutNfcPhoneBinding.inflate(getLayoutInflater());
|
||||
setContentView(binding.getRoot());
|
||||
|
||||
// M2 手機支付示意圖(後台「UI元素設定」,未設定則保留預設圖)
|
||||
// M2 手機支付示意圖(上)/ R2 實體示意圖(下,imageCheckout);未設定則保留預設圖
|
||||
com.unibuy.smartdevice.ui.tools.UiSkin.apply("M2", binding.imgPayMethod);
|
||||
com.unibuy.smartdevice.ui.tools.UiSkin.apply("R2", binding.imageCheckout);
|
||||
|
||||
isResponse = true;
|
||||
isChangeDispatch = true;
|
||||
|
||||
@ -198,8 +198,9 @@ public class CheckoutNfcRechargeDialog extends DialogAbstract {
|
||||
binding = DialogCheckoutNfcRechargeBinding.inflate(getLayoutInflater());
|
||||
setContentView(binding.getRoot());
|
||||
|
||||
// M4 卡片/電子票證示意圖(後台「UI元素設定」,未設定則保留預設圖)
|
||||
// M4 卡片/電子票證示意圖(上)/ R4 實體示意圖(下,imageCheckout);未設定則保留預設圖
|
||||
com.unibuy.smartdevice.ui.tools.UiSkin.apply("M4", binding.imgPayMethod);
|
||||
com.unibuy.smartdevice.ui.tools.UiSkin.apply("R4", binding.imageCheckout);
|
||||
|
||||
isResponse = true;
|
||||
isChangeDispatch = true;
|
||||
|
||||
@ -188,6 +188,7 @@
|
||||
android:src="@drawable/pay_cash_method"
|
||||
/>
|
||||
<ImageView
|
||||
android:id="@+id/imgPayPhysical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:adjustViewBounds="true"
|
||||
|
||||
@ -121,6 +121,7 @@
|
||||
app:srcCompat="@drawable/pay_show_qr_barcode_method" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imgPayPhysical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="20dp"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user