fix: 移除二维码白色背景框,直接显示二维码

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
dongliang
2026-04-27 16:53:54 +09:30
parent 145105ffe9
commit 5d34120153

View File

@@ -29,13 +29,11 @@
android:textStyle="bold" android:textStyle="bold"
android:layout_marginBottom="10dp" /> android:layout_marginBottom="10dp" />
<!-- 二维码白色圆角背景框(撑满宽度 --> <!-- 二维码(撑满可用空间,无背景框 -->
<FrameLayout <FrameLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0dp" android:layout_height="0dp"
android:layout_weight="1" android:layout_weight="1"
android:background="@drawable/bg_qr_frame"
android:padding="8dp"
android:layout_marginBottom="10dp"> android:layout_marginBottom="10dp">
<ImageView <ImageView