<?xml version="1.0" encoding="utf-8"?>
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
|
<ImageView
|
android:id="@+id/iv_gride"
|
android:scaleType="fitXY"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<Button
|
android:id="@+id/btn_to"
|
android:visibility="gone"
|
android:background="@drawable/bg_yellow_25"
|
android:layout_width="match_parent"
|
android:layout_marginTop="30dp"
|
android:layout_height="44dp"
|
android:layout_marginStart="80dp"
|
android:layout_marginEnd="80dp"
|
android:layout_centerHorizontal="true"
|
android:layout_alignParentBottom="true"
|
android:layout_marginBottom="100dp"
|
android:textColor="#322f3e"
|
android:textSize="14dp"
|
android:text="立即进入" />
|
|
</RelativeLayout>
|