Merge branch 'master' of C:\Users\wds81\StudioProjects\NavinfoOutDoorDataCollect with conflicts.

This commit is contained in:
wds
2021-05-28 18:48:31 +08:00
parent e5d85ac72f
commit 3ff0d534b8
22 changed files with 411 additions and 56 deletions

View File

@@ -7,7 +7,7 @@
android:id="@+id/rl_find"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#fff"
android:background="#1BA5F1"
android:paddingTop="@dimen/top_pind_sp"
android:orientation="horizontal"
app:layout_constraintEnd_toEndOf="parent"
@@ -31,7 +31,7 @@
android:layout_toRightOf="@id/iv_find_task"
android:gravity="center"
android:text="任务说明"
android:textColor="#000"
android:textColor="#fff"
android:textSize="17sp"
android:textStyle="bold" />
</LinearLayout>