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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user