fix: 移除二维码白色背景框,直接显示二维码
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -29,13 +29,11 @@
|
||||
android:textStyle="bold"
|
||||
android:layout_marginBottom="10dp" />
|
||||
|
||||
<!-- 二维码白色圆角背景框(撑满宽度) -->
|
||||
<!-- 二维码(撑满可用空间,无背景框) -->
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:background="@drawable/bg_qr_frame"
|
||||
android:padding="8dp"
|
||||
android:layout_marginBottom="10dp">
|
||||
|
||||
<ImageView
|
||||
|
||||
Reference in New Issue
Block a user