寻宝poi界面展示

This commit is contained in:
wds
2021-06-08 10:32:57 +08:00
parent 65bf9a68f2
commit e9e0c175f3
18 changed files with 887 additions and 369 deletions

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto">
@@ -41,9 +42,11 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="20dp"
android:layout_marginStart="20dp"
android:layout_marginEnd="20dp"
android:orientation="vertical"
app:layout_constraintEnd_toEndOf="@+id/linear_hint"
app:layout_constraintStart_toStartOf="@+id/linear_hint"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/rl_attestation">
<LinearLayout
@@ -112,16 +115,16 @@
android:layout_height="match_parent"
android:layout_centerVertical="true"
android:layout_margin="10dp"
android:background="@mipmap/checkbox"
android:layout_weight="1" />
android:layout_weight="1"
android:background="@mipmap/checkbox" />
<ImageView
android:id="@+id/iv_attestation2"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_margin="10dp"
android:background="@mipmap/checkbox"
android:layout_weight="1" />
android:layout_weight="1"
android:background="@mipmap/checkbox" />
</LinearLayout>
<View
@@ -131,10 +134,10 @@
<Button
android:id="@+id/btn_attestation"
style="@style/user_data_style"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="40dp"
style="@style/user_data_style"
android:text="认证" />
</LinearLayout>