From e1bfc2563929e54eda4ec9f537247b934a697ec8 Mon Sep 17 00:00:00 2001 From: xuxinchao Date: Thu, 24 Nov 2022 11:19:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E9=9D=A2=E6=9D=BF=E6=9A=82?= =?UTF-8?q?=E6=97=B6=E9=9A=90=E8=97=8F=E5=BA=94=E7=94=A8=E5=8C=85=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E4=B8=AD=E5=BF=83=EF=BC=88=E7=9B=AE=E5=89=8D=E5=8F=AA?= =?UTF-8?q?=E8=83=BD=E5=86=85=E7=BD=91=E8=AE=BF=E9=97=AE=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E5=8C=85=E6=9F=A5=E8=AF=A2=E6=8E=A5=E5=8F=A3=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/view_debug_setting.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_debug_setting.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_debug_setting.xml index e9ae4be55c..ec80635375 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_debug_setting.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_debug_setting.xml @@ -2238,7 +2238,9 @@ android:padding="@dimen/dp_20" android:textOff="应用包管理中心" android:textOn="应用包管理中心" - android:textSize="@dimen/dp_24"/> + android:textSize="@dimen/dp_24" + android:visibility="gone" + />