93 lines
3.3 KiB
XML
93 lines
3.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@color/transparent"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="350dp"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_marginTop="66dp"
|
|
android:background="@mipmap/tip_box"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="70dp"
|
|
android:text="@string/welcome_pd"
|
|
android:textColor="#FF1A1A1A"
|
|
android:textSize="21sp"
|
|
android:textStyle="bold" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="14dp"
|
|
android:text="@string/welcome_pd_tip"
|
|
android:textColor="#FFF19DA0"
|
|
android:textSize="12sp" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="14dp"
|
|
android:drawableLeft="@mipmap/icon_love_message"
|
|
android:drawablePadding="3dp"
|
|
android:text="@string/do_you_like_find"
|
|
android:textColor="#FFFFBE41"
|
|
android:textSize="16sp"
|
|
android:textStyle="bold" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="13dp"
|
|
android:gravity="center"
|
|
android:text="@string/exclusive_instructor"
|
|
android:textColor="#FF737373"
|
|
android:textSize="10sp" />
|
|
|
|
<View
|
|
android:layout_width="1dp"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1" />
|
|
|
|
<androidx.cardview.widget.CardView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="35dp"
|
|
android:layout_margin="30dp"
|
|
android:orientation="vertical"
|
|
app:cardBackgroundColor="#FFFFBE41"
|
|
app:cardCornerRadius="20dp"
|
|
app:cardElevation="16dp">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center">
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="21dp"
|
|
android:gravity="center"
|
|
android:text="@string/hurry_contact"
|
|
android:textColor="@color/white"
|
|
android:textSize="14sp" />
|
|
</LinearLayout>
|
|
|
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
</LinearLayout>
|
|
|
|
<ImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerHorizontal="true"
|
|
android:background="@mipmap/top_zhidao_bg" />
|
|
</RelativeLayout> |