From c0c19c8453b837a436e71ec2884d5adbeb89409d Mon Sep 17 00:00:00 2001 From: YANGJIANKUAN Date: Fri, 5 Dec 2025 11:41:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20opt=20=E5=87=BA=E6=B8=AF=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=20ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/title_tool_bar.xml | 1 + .../gjc/activity/GjcQueryListActivity.kt | 1 + .../gjc/dialog/GjcQueryFilterDialogModel.kt | 9 ++ .../main/res/layout/activity_gjc_query.xml | 13 +- .../res/layout/dialog_gjc_query_filter.xml | 127 ++++++++++-------- 5 files changed, 87 insertions(+), 64 deletions(-) diff --git a/module_base/src/main/res/layout/title_tool_bar.xml b/module_base/src/main/res/layout/title_tool_bar.xml index a830bf0..91872c4 100644 --- a/module_base/src/main/res/layout/title_tool_bar.xml +++ b/module_base/src/main/res/layout/title_tool_bar.xml @@ -14,6 +14,7 @@ android:gravity="center"> (R.id.title_name)?.text = "筛选条件" + binding.root.findViewById(R.id.title_name)?.setTextColor(titleColor) + binding.root.findViewById(R.id.tool_tv_back)?.setTextColor(titleColor) + binding.root.findViewById(R.id.tool_iv_back)?.imageTintList = ColorStateList.valueOf(titleColor) + binding.root.findViewById(R.id.toolbar)?.setBackgroundColor(Color.WHITE) // 返回按钮 binding.root.findViewById(R.id.tool_back)?.setOnClickListener { diff --git a/module_gjc/src/main/res/layout/activity_gjc_query.xml b/module_gjc/src/main/res/layout/activity_gjc_query.xml index bd9fda0..e0af843 100644 --- a/module_gjc/src/main/res/layout/activity_gjc_query.xml +++ b/module_gjc/src/main/res/layout/activity_gjc_query.xml @@ -90,13 +90,16 @@ @@ -141,7 +144,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text='@{`合计:` + viewModel.totalCount + `票`}' - android:textColor="@color/text_normal" + android:textColor="@color/bottom_tool_tips_text_color" android:textSize="16sp" android:textStyle="bold" tools:text="合计:3票" /> @@ -151,7 +154,7 @@ android:layout_height="wrap_content" android:layout_marginLeft="20dp" android:text='@{`总件数:` + viewModel.totalPc}' - android:textColor="@color/text_normal" + android:textColor="@color/bottom_tool_tips_text_color" android:textSize="16sp" android:textStyle="bold" tools:text="总件数:100" /> @@ -161,7 +164,7 @@ android:layout_height="wrap_content" android:layout_marginLeft="20dp" android:text='@{`总重量:` + viewModel.totalWeight}' - android:textColor="@color/text_normal" + android:textColor="@color/bottom_tool_tips_text_color" android:textSize="16sp" android:textStyle="bold" tools:text="总重量:100" /> diff --git a/module_gjc/src/main/res/layout/dialog_gjc_query_filter.xml b/module_gjc/src/main/res/layout/dialog_gjc_query_filter.xml index 6a28d84..0239184 100644 --- a/module_gjc/src/main/res/layout/dialog_gjc_query_filter.xml +++ b/module_gjc/src/main/res/layout/dialog_gjc_query_filter.xml @@ -2,6 +2,7 @@ + + + + value='@={model.spCode}' + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginBottom="10dp" /> + value='@={model.flightNo}' + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginBottom="10dp" /> + value='@={model.dest}' + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginBottom="10dp" /> + value='@={model.awbType}' + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginBottom="10dp" /> + value='@={model.businessType}' + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginBottom="10dp" /> + value='@={model.goodsCn}' + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginBottom="10dp" /> + + + + + + + + + + + + - - - - - - - - - -