[fix]
[ai view 添加头背景]
This commit is contained in:
yangyakun
2025-05-30 10:38:30 +08:00
parent 485d5bf3bb
commit e143b67361
2 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -20,6 +20,16 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/aciv_title_bg"
android:layout_height="@dimen/dp_170"
android:layout_width="@dimen/dp_810"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
android:src="@drawable/taxi_p_ai_title_bg"
/>
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/rvMessagesEmpty"