[3.4.0]
[蓝牙和开关门展示]
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 851 B After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 925 B After Width: | Height: | Size: 851 B |
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
@@ -136,4 +136,25 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"/>
|
||||
|
||||
|
||||
<androidx.constraintlayout.widget.Guideline
|
||||
android:id="@+id/gl_vertical_center"
|
||||
android:orientation="vertical"
|
||||
app:layout_constraintGuide_percent="0.5"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"/>
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:gravity="center"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="@+id/gl_vertical_center"
|
||||
android:layout_marginStart="@dimen/dp_120"
|
||||
android:text="右前车门未关"
|
||||
android:textSize="@dimen/dp_35"
|
||||
android:textColor="@color/taxi_p_2B364B"
|
||||
android:background="@drawable/taxi_p_top_right_door_bg"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"/>
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
@@ -26,8 +26,8 @@
|
||||
app:layout_constraintBottom_toBottomOf="@+id/gl_horizontal"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
android:layout_marginEnd="@dimen/dp_93"
|
||||
android:layout_width="@dimen/dp_18"
|
||||
android:layout_height="@dimen/dp_26"
|
||||
android:layout_width="@dimen/dp_54"
|
||||
android:layout_height="@dimen/dp_54"
|
||||
android:src="@drawable/taxi_p_blue_tooth_open"
|
||||
android:layout_gravity="center"/>
|
||||
|
||||
|
||||
@@ -85,6 +85,7 @@
|
||||
<color name="taxi_p_76D7FF">#76D7FF</color>
|
||||
<color name="taxi_p_255BAA">#255BAA</color>
|
||||
<color name="taxi_p_80F8FF">#80F8FF</color>
|
||||
<color name="taxi_p_2B364B">#2B364B</color>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user