[charter]
[司机端控制车门]
This commit is contained in:
yangyakun
2023-09-26 10:30:51 +08:00
parent b951904fd8
commit 871d1b1d19
5 changed files with 8 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
android:layout_height="match_parent"/>
<com.mogo.och.common.module.wigets.DriverMoFangFunctionView
android:layout_width="1012dp"
android:layout_width="1116dp"
android:layout_height="@dimen/dp_278"
android:layout_marginTop="@dimen/dp_32"
app:layout_constraintLeft_toLeftOf="parent"

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/close_door_selected" android:state_pressed="true" />
<item android:drawable="@drawable/close_door_selected" android:state_focused="true" />
<item android:drawable="@drawable/close_door_normal" />
</selector>

View File

@@ -50,7 +50,7 @@
app:layout_constraintLeft_toRightOf="@+id/whistleIv"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toTopOf="parent"
android:src="@drawable/open_door_btn_selector"/>
android:src="@drawable/close_door_btn_selector"/>
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/openDoorIv"