From 6d4908da1aad7989db8e2f1e49a23e85257bbc4f Mon Sep 17 00:00:00 2001 From: YANG JIANKUAN Date: Fri, 11 Sep 2026 16:03:46 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=B5=B7=E5=85=B3=E5=9B=9E=E6=89=A7?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=86=85=E5=AE=B9=E5=8C=BA=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E4=B8=8E=E5=88=97=E8=A1=A8=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E4=B8=80=E8=87=B4=E7=9A=84=E5=9C=86=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5.1 --- module_base/src/main/res/layout/activity_customs_response.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_base/src/main/res/layout/activity_customs_response.xml b/module_base/src/main/res/layout/activity_customs_response.xml index c84263e..740bf1a 100644 --- a/module_base/src/main/res/layout/activity_customs_response.xml +++ b/module_base/src/main/res/layout/activity_customs_response.xml @@ -20,7 +20,7 @@ android:layout_height="0dp" android:layout_weight="1" android:layout_margin="20dp" - android:background="@color/white" + android:background="@drawable/bg_white_radius_8" android:gravity="top|start" android:inputType="textMultiLine" android:lineSpacingExtra="4dp"