From c0e16889581d26b99858e5e5d6298487331a9fff Mon Sep 17 00:00:00 2001 From: wangmingjun Date: Mon, 15 May 2023 16:45:24 +0800 Subject: [PATCH] =?UTF-8?q?[3.2.0]=20shuttle=E4=B9=98=E5=AE=A2=E5=B1=8F?= =?UTF-8?q?=EF=BC=8CUI=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../och/bus/passenger/ui/BusPStatusBarView.kt | 2 +- .../jinlvvan/res/drawable/bg_status_bar.xml | 3 +- .../res/layout/bus_p_base_fragment.xml | 137 +----------------- app/script/productFlavors/shuttle.gradle | 2 +- 4 files changed, 6 insertions(+), 138 deletions(-) diff --git a/OCH/mogo-och-shuttle-passenger/src/jinlvvan/java/com/mogo/och/bus/passenger/ui/BusPStatusBarView.kt b/OCH/mogo-och-shuttle-passenger/src/jinlvvan/java/com/mogo/och/bus/passenger/ui/BusPStatusBarView.kt index 3cbe38d985..4bb0bd9403 100644 --- a/OCH/mogo-och-shuttle-passenger/src/jinlvvan/java/com/mogo/och/bus/passenger/ui/BusPStatusBarView.kt +++ b/OCH/mogo-och-shuttle-passenger/src/jinlvvan/java/com/mogo/och/bus/passenger/ui/BusPStatusBarView.kt @@ -35,7 +35,7 @@ class BusPStatusBarView @JvmOverloads constructor( init { LayoutInflater.from(context).inflate(R.layout.p_bus_view_status_bar, this, true) - setBackgroundColor(Color.parseColor("#80FFFFFF")) + setBackgroundResource(R.drawable.bg_status_bar) isClickable = true isFocusable = true } diff --git a/OCH/mogo-och-shuttle-passenger/src/jinlvvan/res/drawable/bg_status_bar.xml b/OCH/mogo-och-shuttle-passenger/src/jinlvvan/res/drawable/bg_status_bar.xml index 36611a9a99..5b8da3c82c 100644 --- a/OCH/mogo-och-shuttle-passenger/src/jinlvvan/res/drawable/bg_status_bar.xml +++ b/OCH/mogo-och-shuttle-passenger/src/jinlvvan/res/drawable/bg_status_bar.xml @@ -2,7 +2,8 @@ \ No newline at end of file diff --git a/OCH/mogo-och-shuttle-passenger/src/jinlvvan/res/layout/bus_p_base_fragment.xml b/OCH/mogo-och-shuttle-passenger/src/jinlvvan/res/layout/bus_p_base_fragment.xml index 841a1aefed..9f240c07a4 100644 --- a/OCH/mogo-och-shuttle-passenger/src/jinlvvan/res/layout/bus_p_base_fragment.xml +++ b/OCH/mogo-och-shuttle-passenger/src/jinlvvan/res/layout/bus_p_base_fragment.xml @@ -27,55 +27,20 @@ app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -89,95 +54,6 @@ app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -