layout_choosescreen_pop.xml 3.47 KB
<?xml version="1.0" encoding="utf-8"?>


<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
            android:layout_width="match_parent"
            android:layout_height="wrap_content">

    <LinearLayout 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"
                  android:orientation="vertical">

        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:paddingLeft="10dp"
            android:paddingRight="11dp">

            <TextView
                android:id="@+id/choosescreen_pop_tv_title"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_alignParentLeft="true"
                android:layout_marginTop="13dp"
                android:textSize="15sp"
                tools:text="NO.1号厅"/>

            <TextView
                android:id="@+id/choosescreen_pop_tv_price"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_alignBottom="@id/choosescreen_pop_tv_title"
                android:layout_marginLeft="12dp"
                android:layout_toRightOf="@id/choosescreen_pop_tv_title"
                android:textColor="@color/color_tab_text_sel_ff6633"
                android:textSize="12sp"
                tools:text="¥23"/>

            <TextView
                android:id="@+id/choosescreen_pop_tv_seats"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_alignParentLeft="true"
                android:layout_below="@id/choosescreen_pop_tv_title"
                android:layout_marginTop="7dp"
                android:drawableLeft="@mipmap/seat_label"
                android:drawablePadding="5dp"
                android:text="123/300"
                android:textSize="13sp"/>

            <ImageView
                android:id="@+id/img_close"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_alignParentRight="true"
                android:layout_marginTop="14dp"
                android:src="@mipmap/close_button"/>
        </RelativeLayout>

        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent">


            <include layout="@layout/layout_banner_viewpager"/>


            <ImageView
                android:id="@+id/choosescreen_img_next"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_alignParentRight="true"
                android:layout_centerVertical="true"
                android:padding="4dp"
                android:src="@mipmap/onlive_chose_seat_right"/>

            <ImageView
                android:id="@+id/choosescreen_img_last"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_alignParentLeft="true"
                android:layout_centerVertical="true"
                android:padding="4dp"
                android:src="@mipmap/onlive_chose_seat_left"/>

        </RelativeLayout>


    </LinearLayout>

</ScrollView>