模拟导航控制

This commit is contained in:
zhangyuanzhen
2020-02-27 18:27:17 +08:00
parent cd0006891e
commit 39c4b4ec88
4 changed files with 32 additions and 2 deletions

View File

@@ -480,6 +480,16 @@
</LinearLayout>
<CheckBox
android:id="@+id/cb_navi"
android:text="模拟导航"
app:layout_constraintTop_toBottomOf="@+id/ll_navi_fps"
app:layout_constraintLeft_toLeftOf="parent"
android:textColor="@color/white"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView>