添加‘筛选-点击item的领取任务接口’

This commit is contained in:
md
2021-07-05 17:10:31 +08:00
parent db74ba9dc9
commit 4696a7dd29
8 changed files with 206 additions and 15 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#FF444444"
xmlns:app="http://schemas.android.com/apk/res-auto">
<com.tencent.tencentmap.mapsdk.maps.MapView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/map_picture"/>
<androidx.cardview.widget.CardView
android:layout_width="300dp"
android:layout_height="183dp"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
android:id="@+id/cd_picture"/>
</androidx.constraintlayout.widget.ConstraintLayout>