From 2588ab0681d9ef96f98114a1de018b420e3ee1da Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 01 十二月 2022 11:16:14 +0800
Subject: [PATCH] Merge branch 'dev' into library

---
 AndroidOpenDemo/DeviceAddModule/src/main/res/layout/fragment_bind_success.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/AndroidOpenDemo/DeviceAddModule/src/main/res/layout/fragment_bind_success.xml b/AndroidOpenDemo/DeviceAddModule/src/main/res/layout/fragment_bind_success.xml
index 24647ac..1ae9fd8 100644
--- a/AndroidOpenDemo/DeviceAddModule/src/main/res/layout/fragment_bind_success.xml
+++ b/AndroidOpenDemo/DeviceAddModule/src/main/res/layout/fragment_bind_success.xml
@@ -60,6 +60,7 @@
                     android:textSize="20dp" />
 
                 <TextView
+                    android:visibility="invisible"
                     android:layout_width="wrap_content"
                     android:layout_height="wrap_content"
                     android:layout_gravity="center"
@@ -69,6 +70,7 @@
                     android:textSize="15sp" />
 
                 <com.mm.android.deviceaddmodule.mobilecommon.widget.ClearEditText
+                    android:visibility="invisible"
                     android:id="@+id/device_name_input"
                     android:layout_width="match_parent"
                     android:layout_height="@dimen/add_device_common_edit_height"

--
Gitblit v1.8.0