From eba67459836f5abb9e14ab3fa455fea9dd65f118 Mon Sep 17 00:00:00 2001 From: wangmingjun Date: Mon, 6 Mar 2023 17:29:33 +0800 Subject: [PATCH] =?UTF-8?q?[bus]=20=E5=8F=B8=E6=9C=BA=E5=BA=A6=E7=AB=AF?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E6=95=88=E6=9E=9C=E8=B7=9F=E4=B9=8B=E5=89=8D?= =?UTF-8?q?=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OCH/mogo-och-bus/src/main/res/layout/bus_base_fragment.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OCH/mogo-och-bus/src/main/res/layout/bus_base_fragment.xml b/OCH/mogo-och-bus/src/main/res/layout/bus_base_fragment.xml index dad68f79af..d1fa36e48b 100644 --- a/OCH/mogo-och-bus/src/main/res/layout/bus_base_fragment.xml +++ b/OCH/mogo-och-bus/src/main/res/layout/bus_base_fragment.xml @@ -222,7 +222,7 @@ android:id="@+id/bus_switch_model_layout" android:layout_width="@dimen/dp_172" android:layout_height="@dimen/dp_172" - android:background="@drawable/bus_operation_status_bg_selector" + android:background="@drawable/bus_operation_status_bg" android:gravity="center" android:orientation="horizontal" app:layout_constraintBottom_toBottomOf="@+id/module_mogo_och_arrived_tv" @@ -256,7 +256,7 @@ android:id="@+id/module_mogo_och_arrived_tv" android:layout_width="@dimen/dp_172" android:layout_height="@dimen/dp_172" - android:background="@drawable/bus_operation_status_bg_selector" + android:background="@drawable/bus_operation_status_bg" android:elevation="@dimen/dp_10" android:gravity="center" android:text="@string/bus_arrived_str" @@ -270,7 +270,7 @@ android:id="@+id/module_mogo_och_setting_layout" android:layout_width="@dimen/dp_172" android:layout_height="@dimen/dp_172" - android:background="@drawable/bus_operation_status_bg_selector" + android:background="@drawable/bus_operation_status_bg" android:elevation="@dimen/dp_10" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toRightOf="@id/bus_switch_model_layout">