<?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"
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
android:layout_marginTop="68dp"
|
android:text="入驻申请已提交,平台会在3-5个工作日和您联系~"
|
android:textSize="13sp"
|
android:textColor="@color/textColor99"
|
android:drawableTop="@mipmap/ruzhu"/>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|