From 48ab9d6e2e589f405e45326715840ed94c522c6b Mon Sep 17 00:00:00 2001 From: YANG JIANKUAN Date: Thu, 14 May 2026 13:56:04 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=BB=9F=E4=B8=80=E8=BF=9B=E6=B8=AF?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=BB=93=E6=9D=9F=E6=97=A5=E6=9C=9F=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E6=96=87=E6=A1=88=E5=B9=B6=E4=BC=98=E5=8C=96=20PadSea?= =?UTF-8?q?rchLayout=20=E9=98=B2=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 进港查询/出库/提取记录页第二个日期筛选 hint 统一为"请选择结束 xx 日期" - PadSearchLayout 内部 EditText/TextView 增加 singleLine + ellipsize=end, textSize 14sp 调为 13sp,避免长 hint 换行、布局被撑高 Co-Authored-By: Claude Opus 4.6 --- module_base/src/main/res/layout/layout_pad_search.xml | 7 +++++-- .../src/main/res/layout/activity_int_imp_pick_up_dlv.xml | 2 +- .../main/res/layout/activity_int_imp_pick_up_record.xml | 2 +- module_gjj/src/main/res/layout/activity_int_imp_query.xml | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/module_base/src/main/res/layout/layout_pad_search.xml b/module_base/src/main/res/layout/layout_pad_search.xml index 7742d3a..610e811 100644 --- a/module_base/src/main/res/layout/layout_pad_search.xml +++ b/module_base/src/main/res/layout/layout_pad_search.xml @@ -15,11 +15,12 @@ android:layout_height="match_parent" android:layout_weight="1" android:background="@null" + android:ellipsize="end" android:paddingStart="10dp" android:singleLine="true" android:textColor="@color/text_normal" android:textColorHint="@color/text_gray_l" - android:textSize="14sp" + android:textSize="13sp" tools:text="edittext" />