上报轨迹展示,提交放到后台

This commit is contained in:
wangdongsheng
2021-09-14 16:04:12 +08:00
parent e09db95131
commit 27f41d98d6
42 changed files with 1790 additions and 634 deletions

View File

@@ -7,15 +7,6 @@
android:background="@drawable/start_bg"
tools:context="activity.MainActivity">
<TextView
android:id="@+id/tv_view"
android:layout_width="wrap_content"
android:textColor="@color/white"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
android:layout_marginBottom="20dp"
/>
</androidx.constraintlayout.widget.ConstraintLayout>