From 6ce6a01de51946c8abbdccdd127fc2431527fe97 Mon Sep 17 00:00:00 2001 From: yangyakun Date: Mon, 26 Sep 2022 19:27:24 +0800 Subject: [PATCH] =?UTF-8?q?[2110]=20=E9=80=8F=E6=98=8E=E5=BA=A6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/bus_switch_line_list_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OCH/mogo-och-bus/src/main/res/layout/bus_switch_line_list_item.xml b/OCH/mogo-och-bus/src/main/res/layout/bus_switch_line_list_item.xml index f983004340..51b6915fcb 100644 --- a/OCH/mogo-och-bus/src/main/res/layout/bus_switch_line_list_item.xml +++ b/OCH/mogo-och-bus/src/main/res/layout/bus_switch_line_list_item.xml @@ -64,7 +64,7 @@ android:layout_height="1px" android:layout_marginStart="@dimen/dp_80" android:layout_marginEnd="@dimen/dp_80" - android:background="@android:color/white" + android:background="#88ffffff" android:visibility="gone" app:layout_constraintBottom_toTopOf="@+id/rv_line_task_list" app:layout_constraintEnd_toEndOf="parent"