From 68d9078b49cfa8e83ed553835b05d4042c183969 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 16 三月 2023 09:39:34 +0800 Subject: [PATCH] 云台不显示问题修复,LC问题 --- AndroidOpenDemo/app/src/main/res/layout/fragment_device_detail_name.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/AndroidOpenDemo/app/src/main/res/layout/fragment_device_detail_name.xml b/AndroidOpenDemo/app/src/main/res/layout/fragment_device_detail_name.xml index a8b0b1e..f5bc67d 100644 --- a/AndroidOpenDemo/app/src/main/res/layout/fragment_device_detail_name.xml +++ b/AndroidOpenDemo/app/src/main/res/layout/fragment_device_detail_name.xml @@ -11,6 +11,7 @@ android:layout_height="@dimen/px_130" android:background="@color/lc_demo_color_ffffff" android:gravity="center_vertical" + android:visibility="gone" android:paddingLeft="@dimen/px_30" android:paddingRight="@dimen/px_30"> -- Gitblit v1.8.0