优化---

This commit is contained in:
马增飞
2025-11-10 18:56:23 +08:00
parent 7df01928be
commit 9927ebe7f1
2 changed files with 14 additions and 11 deletions
+2 -11
View File
@@ -301,20 +301,11 @@
app:layout_constraintStart_toEndOf="@id/guideline">
<FrameLayout
android:id="@+id/flContainer"
android:layout_width="488dp"
android:layout_height="356dp"
android:background="@drawable/bg_white_radius10_stroke2"
android:padding="2dp">
<ImageView
android:id="@+id/ivGoodsImage"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitCenter"
tools:ignore="ContentDescription"
tools:src="@mipmap/ic_launcher" />
</FrameLayout>
android:padding="2dp"/>
<FrameLayout
android:layout_width="488dp"
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<ImageView
android:id="@+id/imageView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitCenter"
tools:ignore="ContentDescription"
tools:src="@mipmap/ic_launcher" />
</merge>