From e906e051968dfda83cfee782ab274dd39e491f14 Mon Sep 17 00:00:00 2001 From: chenfufeng Date: Mon, 18 Aug 2025 20:25:37 +0800 Subject: [PATCH] =?UTF-8?q?[8.2.0][opt]=E9=9A=90=E8=97=8F=E4=B8=8D?= =?UTF-8?q?=E8=AF=A5=E5=B1=95=E7=A4=BA=E7=9A=84=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../unmanned-passenger/src/main/res/layout/taxi_p_home.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OCH/taxi/unmanned-passenger/src/main/res/layout/taxi_p_home.xml b/OCH/taxi/unmanned-passenger/src/main/res/layout/taxi_p_home.xml index a8633a7b79..74e325ec9e 100644 --- a/OCH/taxi/unmanned-passenger/src/main/res/layout/taxi_p_home.xml +++ b/OCH/taxi/unmanned-passenger/src/main/res/layout/taxi_p_home.xml @@ -136,7 +136,7 @@ android:elevation="6dp" android:id="@+id/acbtn_show_hdmap" android:text="展示高精" - android:visibility="visible" + android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" /> @@ -145,7 +145,7 @@ android:id="@+id/acbtn_show_all" android:elevation="6dp" android:text="都展示" - android:visibility="visible" + android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" />