[8.2.0][opt]默认隐藏MogoMind

This commit is contained in:
chenfufeng
2025-08-29 16:20:12 +08:00
parent b67ea7f70f
commit 1aee07650f
2 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
app:layout_constraintGuide_percent="0.666" />
app:layout_constraintGuide_percent="1" />
<androidx.constraintlayout.widget.Guideline
@@ -121,6 +121,7 @@
android:background="@drawable/taxi_p_home_map_bg_1"
android:layout_marginBottom="@dimen/dp_10"
android:layout_marginStart="-6.5dp"
android:visibility="gone"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/leftEndGuideline"
>

View File

@@ -63,7 +63,7 @@
android:layout="@layout/layout_operate_panel_preference_switch_compat"
android:title="MogoMind开关"
android:persistent="false"
android:enabled="true"
android:enabled="false"
android:widgetLayout="@layout/layout_operate_panel_preference_widget_switch_compat" />
</PreferenceCategory>
</androidx.preference.PreferenceScreen>