From 60148ee30170224242f4eb8f17c3b100e07e904c Mon Sep 17 00:00:00 2001 From: aibingbing Date: Thu, 30 Nov 2023 18:23:04 +0800 Subject: [PATCH] =?UTF-8?q?[=E8=87=AA=E4=B8=BB=E7=AE=97=E8=B7=AF=E9=AA=8C?= =?UTF-8?q?=E8=AF=81]=20refactor:=20=E8=B0=83=E6=95=B4=E7=81=B0=E5=BA=A6?= =?UTF-8?q?=E5=88=97=E8=A1=A8item=20UI=E6=A0=B7=E5=BC=8F;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../res/color/taxi_autopilot_text_color_selector.xml | 4 ++-- .../res/layout/routing_choose_line_list_item.xml | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/OCH/taxi/unmanned-driver/src/main/res/color/taxi_autopilot_text_color_selector.xml b/OCH/taxi/unmanned-driver/src/main/res/color/taxi_autopilot_text_color_selector.xml index e2572e7227..d327047eac 100644 --- a/OCH/taxi/unmanned-driver/src/main/res/color/taxi_autopilot_text_color_selector.xml +++ b/OCH/taxi/unmanned-driver/src/main/res/color/taxi_autopilot_text_color_selector.xml @@ -1,5 +1,5 @@ - - + + \ No newline at end of file diff --git a/OCH/taxi/unmanned-driver/src/main/res/layout/routing_choose_line_list_item.xml b/OCH/taxi/unmanned-driver/src/main/res/layout/routing_choose_line_list_item.xml index d7b1c6849a..d87ee5006b 100644 --- a/OCH/taxi/unmanned-driver/src/main/res/layout/routing_choose_line_list_item.xml +++ b/OCH/taxi/unmanned-driver/src/main/res/layout/routing_choose_line_list_item.xml @@ -3,11 +3,11 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingStart="@dimen/dp_78" - android:paddingEnd="@dimen/dp_78" - android:layout_marginTop="@dimen/dp_8" + android:layout_marginTop="@dimen/dp_12" android:background="@drawable/routing_choose_line_shape_select_line_item_bg_normal" - android:orientation="vertical"> + android:orientation="vertical" + android:paddingStart="@dimen/dp_78" + android:paddingEnd="@dimen/dp_78"> + android:layout_marginBottom="@dimen/dp_20">