From 445f3e2a7ffdad3e485620a5ba5e419558beccac Mon Sep 17 00:00:00 2001 From: wangmingjun Date: Tue, 26 Jul 2022 11:51:59 +0800 Subject: [PATCH] =?UTF-8?q?[290=20bus/taxi]=20=E5=8F=B8=E6=9C=BA=E7=AB=AFb?= =?UTF-8?q?adcase/=20aicollect=20=E6=8C=89=E9=92=AEUI=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../drawable/bus_operation_status_bg_selector.xml | 8 ++++++++ .../drawable/bus_operation_status_select_bg.xml | 14 ++++++++++++++ .../src/main/res/layout/bus_base_fragment.xml | 9 +++++---- .../drawable/taxi_operation_status_bg_selector.xml | 8 ++++++++ .../drawable/taxi_operation_status_select_bg.xml | 14 ++++++++++++++ .../src/main/res/layout/taxi_base_fragment.xml | 4 ++-- 6 files changed, 51 insertions(+), 6 deletions(-) create mode 100755 OCH/mogo-och-bus/src/main/res/drawable/bus_operation_status_bg_selector.xml create mode 100644 OCH/mogo-och-bus/src/main/res/drawable/bus_operation_status_select_bg.xml create mode 100755 OCH/mogo-och-taxi/src/main/res/drawable/taxi_operation_status_bg_selector.xml create mode 100644 OCH/mogo-och-taxi/src/main/res/drawable/taxi_operation_status_select_bg.xml diff --git a/OCH/mogo-och-bus/src/main/res/drawable/bus_operation_status_bg_selector.xml b/OCH/mogo-och-bus/src/main/res/drawable/bus_operation_status_bg_selector.xml new file mode 100755 index 0000000000..3a3dc6a292 --- /dev/null +++ b/OCH/mogo-och-bus/src/main/res/drawable/bus_operation_status_bg_selector.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/OCH/mogo-och-bus/src/main/res/drawable/bus_operation_status_select_bg.xml b/OCH/mogo-och-bus/src/main/res/drawable/bus_operation_status_select_bg.xml new file mode 100644 index 0000000000..835c1fbaff --- /dev/null +++ b/OCH/mogo-och-bus/src/main/res/drawable/bus_operation_status_select_bg.xml @@ -0,0 +1,14 @@ + + + + + + \ No newline at end of file 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 2ad78d2b08..a962662382 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 @@ -134,7 +134,7 @@ android:layout_height="@dimen/module_mogo_och_operation_status_bg_height" android:layout_marginLeft="@dimen/module_mogo_och_margin_left" android:layout_marginBottom="@dimen/module_mogo_och_margin_bottom" - android:background="@drawable/bus_operation_status_bg" + android:background="@drawable/bus_operation_status_bg_selector" android:elevation="@dimen/dp_10" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toRightOf="@id/module_mogo_och_setting_layout"> @@ -153,15 +153,16 @@ android:layout_marginLeft="@dimen/module_mogo_och_margin_left" android:layout_marginBottom="@dimen/module_mogo_och_margin_bottom" android:elevation="@dimen/dp_10" - android:background="@drawable/bus_operation_status_bg" + android:background="@drawable/bus_operation_status_bg_selector" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toRightOf="@id/module_mogo_och_badcase_rl"> + + android:layout_gravity="center" + android:src="@drawable/ai_collect_selector" /> + + + + + + + \ No newline at end of file diff --git a/OCH/mogo-och-taxi/src/main/res/drawable/taxi_operation_status_select_bg.xml b/OCH/mogo-och-taxi/src/main/res/drawable/taxi_operation_status_select_bg.xml new file mode 100644 index 0000000000..835c1fbaff --- /dev/null +++ b/OCH/mogo-och-taxi/src/main/res/drawable/taxi_operation_status_select_bg.xml @@ -0,0 +1,14 @@ + + + + + + \ No newline at end of file diff --git a/OCH/mogo-och-taxi/src/main/res/layout/taxi_base_fragment.xml b/OCH/mogo-och-taxi/src/main/res/layout/taxi_base_fragment.xml index 9541cdd8b5..58ca3d2735 100644 --- a/OCH/mogo-och-taxi/src/main/res/layout/taxi_base_fragment.xml +++ b/OCH/mogo-och-taxi/src/main/res/layout/taxi_base_fragment.xml @@ -187,7 +187,7 @@ android:layout_marginLeft="40px" android:layout_marginBottom="@dimen/module_mogo_och_margin_bottom" android:elevation="@dimen/dp_10" - android:background="@drawable/taxi_operation_status_bg" + android:background="@drawable/taxi_operation_status_bg_selector" android:gravity="center" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toRightOf="@id/module_och_taxi_swich_map_layout"> @@ -206,7 +206,7 @@ android:layout_marginBottom="@dimen/module_mogo_och_margin_bottom" android:elevation="@dimen/dp_10" android:gravity="center" - android:background="@drawable/taxi_operation_status_bg" + android:background="@drawable/taxi_operation_status_bg_selector" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toRightOf="@id/module_och_taxi_badcase_ll">