修改UI界面问题,任务marker编辑点位问题,任务领取maker消失问题,内容管理APP显示问题

This commit is contained in:
wds
2021-08-17 18:22:10 +08:00
parent a525ed7c99
commit 7517520a9f
36 changed files with 767 additions and 595 deletions

View File

@@ -38,7 +38,10 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#C0BFBF"
app:layout_constraintBottom_toBottomOf="parent" />
android:layout_marginTop="5dp"
android:background="@color/colormap"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/tv_createTime" />
</androidx.constraintlayout.widget.ConstraintLayout>