[6.1.0]
[charter] [司机端控制车门]
This commit is contained in:
@@ -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"
|
||||
|
||||
BIN
OCH/mogo-och-common-module/src/main/res/drawable-nodpi/close_door_normal.png
Executable file
BIN
OCH/mogo-och-common-module/src/main/res/drawable-nodpi/close_door_normal.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
BIN
OCH/mogo-och-common-module/src/main/res/drawable-nodpi/close_door_selected.png
Executable file
BIN
OCH/mogo-och-common-module/src/main/res/drawable-nodpi/close_door_selected.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
@@ -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>
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user