77 签约房开始webp动画根据屏幕尺寸走

This commit is contained in:
2025-12-19 11:45:35 +08:00
parent 552e238254
commit b028ec883b

View File

@@ -53,9 +53,12 @@
<ImageView
android:id="@+id/iv_start"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="0dp"
android:layout_height="0dp"
android:src="@mipmap/iv_start"
android:scaleType="fitXY"
app:layout_constraintWidth_percent="0.7"
app:layout_constraintDimensionRatio="1:1"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"