在导航设置中新增切换地图实现按钮
This commit is contained in:
@@ -451,6 +451,18 @@
|
||||
android:textSize="@dimen/module_search_txt_setting_width"
|
||||
app:layout_constraintLeft_toLeftOf="parent" />
|
||||
|
||||
<ToggleButton
|
||||
android:id="@+id/tb_custom_map"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="50dp"
|
||||
android:checked="false"
|
||||
android:textColor="@color/white_80"
|
||||
android:textOff="启用自研地图"
|
||||
android:textOn="启用高德地图"
|
||||
android:textSize="@dimen/module_search_txt_setting_width"
|
||||
app:layout_constraintLeft_toLeftOf="parent" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
Reference in New Issue
Block a user