fragment_guide_new.xml 2.47 KB
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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">

    <ImageView
        android:id="@+id/ivstatic"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:scaleType="centerCrop" />
    <!-- #ED2800 #212228 -->

    <RelativeLayout
        android:id="@+id/rl_guide_fragment"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@color/res_color_C1"
        android:visibility="gone"
        tools:visibility="visible">

        <FrameLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_below="@id/frag_first_start_img"
            android:layout_marginBottom="@dimen/rmrb_dp140">

            <ImageView
                android:id="@+id/iv_act_first_content"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_gravity="center"
                android:src="@mipmap/bg_guide_img_5_text"
                android:visibility="visible" />

        </FrameLayout>

        <FrameLayout
            android:id="@+id/first_go_main_group"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_alignParentBottom="true">

            <TextView
                android:id="@+id/img_act_first_go_main"
                android:layout_width="wrap_content"
                android:layout_height="@dimen/rmrb_dp44"
                android:layout_gravity="center_horizontal"
                android:layout_marginBottom="@dimen/rmrb_dp93"
                android:background="@mipmap/bg_first_go_main_select"
                android:gravity="center"
                android:text="开启7.0全新体验"
                android:textColor="@color/res_color_C1"
                android:textSize="@dimen/rmrb_dp14" />

        </FrameLayout>

        <ImageView
            android:id="@+id/frag_first_start_img"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="@dimen/rmrb_dp30"
            android:scaleType="fitCenter"
            android:src="@mipmap/bg_guide_img_5" />
    </RelativeLayout>

</RelativeLayout>