[v6.2.6]SaaSTaxi司机:增加"算路"轨迹标识(icon尺寸增加)
This commit is contained in:
@@ -140,7 +140,7 @@
|
||||
android:id="@+id/endStationName"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxWidth="@dimen/dp_366"
|
||||
android:maxWidth="@dimen/dp_357"
|
||||
android:layout_marginTop="@dimen/dp_12"
|
||||
app:layout_constraintLeft_toLeftOf="@+id/startStationTag"
|
||||
app:layout_constraintTop_toBottomOf="@+id/endStationTag"
|
||||
@@ -153,8 +153,8 @@
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/trajectoryType"
|
||||
android:layout_width="@dimen/dp_23"
|
||||
android:layout_height="@dimen/dp_23"
|
||||
android:layout_width="@dimen/dp_32"
|
||||
android:layout_height="@dimen/dp_32"
|
||||
app:layout_constraintLeft_toRightOf="@id/endStationName"
|
||||
app:layout_constraintTop_toTopOf="@id/endStationName"
|
||||
android:src="@drawable/taxi_driver_trajectory_type_auto"
|
||||
|
||||
Reference in New Issue
Block a user