From 4ec30c4521bad6a7e63b5e6a8b6c867f2a2b3c5b Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期四, 24 十一月 2022 14:02:38 +0800 Subject: [PATCH] 123 --- 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