From a9291ac5bc37a4f27726a5dd21f9d538df9c90ef Mon Sep 17 00:00:00 2001 From: yangyakun Date: Sun, 29 Jan 2023 18:48:45 +0800 Subject: [PATCH] =?UTF-8?q?[1.0.0]=20[m1]=20[=E8=83=8C=E6=99=AF=E9=80=8F?= =?UTF-8?q?=E6=98=8E]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../passenger/ui/BusPassengerFunctionFragment.kt | 3 --- .../bus_p_function_setting_soft_fragment.xml | 14 ++++++++------ .../src/m1/res/values/styles.xml | 1 + 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/OCH/mogo-och-bus-passenger/src/m1/java/com/mogo/och/bus/passenger/ui/BusPassengerFunctionFragment.kt b/OCH/mogo-och-bus-passenger/src/m1/java/com/mogo/och/bus/passenger/ui/BusPassengerFunctionFragment.kt index 39310f52e5..60d4ab23ca 100644 --- a/OCH/mogo-och-bus-passenger/src/m1/java/com/mogo/och/bus/passenger/ui/BusPassengerFunctionFragment.kt +++ b/OCH/mogo-och-bus-passenger/src/m1/java/com/mogo/och/bus/passenger/ui/BusPassengerFunctionFragment.kt @@ -1,7 +1,5 @@ package com.mogo.och.bus.passenger.ui -import android.graphics.Color -import android.graphics.drawable.ColorDrawable import android.os.Bundle import android.util.Log import android.widget.CompoundButton @@ -73,7 +71,6 @@ class BusPassengerFunctionFragment : override fun initViews() { dialog?.window?.let { BarUtils.hideStatusBarAndSticky(it) - it.setBackgroundDrawable(ColorDrawable(Color.TRANSPARENT)); } dialog?.setCancelable(false) } diff --git a/OCH/mogo-och-bus-passenger/src/m1/res/layout/bus_p_function_setting_soft_fragment.xml b/OCH/mogo-och-bus-passenger/src/m1/res/layout/bus_p_function_setting_soft_fragment.xml index d765f6a2ff..993a330826 100644 --- a/OCH/mogo-och-bus-passenger/src/m1/res/layout/bus_p_function_setting_soft_fragment.xml +++ b/OCH/mogo-och-bus-passenger/src/m1/res/layout/bus_p_function_setting_soft_fragment.xml @@ -2,15 +2,17 @@ - + app:layout_constraintBottom_toBottomOf="parent" + android:background="@android:color/holo_green_dark" + android:layout_width="0dp" + android:layout_height="0dp"> + + \ No newline at end of file diff --git a/OCH/mogo-och-bus-passenger/src/m1/res/values/styles.xml b/OCH/mogo-och-bus-passenger/src/m1/res/values/styles.xml index d1f31905d6..9862547eb8 100644 --- a/OCH/mogo-och-bus-passenger/src/m1/res/values/styles.xml +++ b/OCH/mogo-och-bus-passenger/src/m1/res/values/styles.xml @@ -17,6 +17,7 @@ @android:color/transparent false false + false