fix: ResultFlashView 去掉内层 visibility=gone(双重隐藏导致不显示)

activity_main.xml 的 ResultFlashView 已设 gone,内层布局不需要再设。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
dongliang
2026-05-06 15:12:07 +09:30
parent 7f6e9cf039
commit 1ef6824c5e

View File

@@ -4,8 +4,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#CC000000"
android:visibility="gone">
android:background="#CC000000">
<!-- 中心图标容器(圆形背景 + 图标文字) -->
<FrameLayout