[8.1.2][opt]新增选中框

This commit is contained in:
chenfufeng
2025-07-15 11:05:59 +08:00
parent 061bb85f44
commit 1707023bf3
2 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -133,4 +133,14 @@
android:textColor="#63707D"
android:textSize="26dp"
/>
<ImageView
android:layout_width="242dp"
android:layout_height="462dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_marginBottom="22dp"
android:background="@drawable/dec_selected_bg"
/>
</merge>