[8.4.0] [乘客屏] 临时演示代码

This commit is contained in:
xinfengkun
2026-02-24 18:16:26 +08:00
parent 1fc72559c4
commit c304a187a7
3 changed files with 30 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

View File

@@ -31,7 +31,37 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/b4_driving_fragment1"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_630"
android:background="#FF000000"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@drawable/b4_temp" />
<TextClock
android:id="@+id/b4TextClockDate"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_53"
android:layout_marginEnd="@dimen/dp_30"
android:background="@drawable/b4_clock_bg"
android:format12Hour="HH:mm"
android:format24Hour="HH:mm"
android:gravity="center"
android:includeFontPadding="false"
android:textColor="@color/common_FFFFFF"
android:textSize="@dimen/dp_36"
android:textStyle="bold"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
<TextView
android:id="@+id/b4_tv_shuttle_b2_p_version"
android:layout_width="wrap_content"