123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/background_color"
- android:orientation="vertical">
-
- <com.hjq.bar.TitleBar
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@drawable/video_ball_bg12"
- app:leftIcon="@mipmap/back_three"
- app:lineVisible="false"
- app:titleColor="#FFFFFF" />
-
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="@dimen/dp_15"
- android:background="@drawable/video_ball_bg13"
- android:paddingHorizontal="@dimen/dp_15"
- android:paddingVertical="@dimen/dp_20">
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:gravity="center_vertical"
- tools:ignore="DisableBaselineAlignment">
-
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:gravity="center"
- android:orientation="vertical">
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:orientation="horizontal">
-
- <View
- android:layout_width="0dp"
- android:layout_height="2dp"
- android:layout_weight="1" />
-
- <FrameLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content">
-
- <ImageView
- android:layout_width="@dimen/dp_30"
- android:layout_height="30dp"
- android:src="@mipmap/flow_off1" />
-
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="right|bottom"
- android:src="@mipmap/complete" />
- </FrameLayout>
-
- <View
- android:layout_width="0dp"
- android:layout_height="2dp"
- android:layout_weight="1"
- android:background="@drawable/shape_dashed_line_blue2" />
-
- </LinearLayout>
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="6dp"
- android:text="基本信息"
- android:textColor="@color/white"
- android:textSize="11sp" />
-
- </LinearLayout>
-
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:gravity="center"
- android:orientation="vertical">
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:orientation="horizontal">
-
- <View
- android:layout_width="0dp"
- android:layout_height="2dp"
- android:layout_weight="1"
- android:background="@drawable/shape_dashed_line_blue2" />
-
- <FrameLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content">
-
- <ImageView
- android:layout_width="@dimen/dp_30"
- android:layout_height="30dp"
- android:src="@mipmap/flow_off2" />
-
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="right|bottom"
- android:src="@mipmap/complete" />
- </FrameLayout>
-
- <View
- android:layout_width="0dp"
- android:layout_height="2dp"
- android:layout_weight="1"
- android:background="@drawable/shape_dashed_line_blue2" />
-
- </LinearLayout>
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="6dp"
- android:text="个人信息"
- android:textColor="#FFFFFF"
- android:textSize="11sp" />
-
- </LinearLayout>
-
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:gravity="center"
- android:orientation="vertical"
- tools:ignore="UseCompoundDrawables">
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:orientation="horizontal">
-
- <View
- android:layout_width="0dp"
- android:layout_height="2dp"
- android:layout_weight="1"
- android:background="@drawable/shape_dashed_line_blue2" />
-
- <FrameLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content">
-
- <ImageView
- android:layout_width="@dimen/dp_30"
- android:layout_height="30dp"
- android:src="@mipmap/flow_off3" />
-
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="right|bottom"
- android:src="@mipmap/complete" />
- </FrameLayout>
-
- <View
- android:layout_width="0dp"
- android:layout_height="2dp"
- android:layout_weight="1"
- android:background="@drawable/shape_dashed_line_blue2" />
-
- </LinearLayout>
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="6dp"
- android:text="车辆信息"
- android:textColor="@color/white"
- android:textSize="11sp" />
-
- </LinearLayout>
-
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:gravity="center"
- android:orientation="vertical"
- tools:ignore="UseCompoundDrawables">
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:orientation="horizontal">
-
- <View
- android:layout_width="0dp"
- android:layout_height="2dp"
- android:layout_weight="1"
- android:background="@drawable/shape_dashed_line_blue2" />
-
- <FrameLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content">
-
- <ImageView
- android:layout_width="@dimen/dp_30"
- android:layout_height="30dp"
- android:src="@mipmap/flow5" />
-
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="right|bottom"
- android:src="@mipmap/complete" />
- </FrameLayout>
-
- <View
- android:layout_width="0dp"
- android:layout_height="2dp"
- android:id="@+id/dash_right"
- android:layout_weight="1"
- android:background="@drawable/shape_dashed_line_blue2" />
-
- </LinearLayout>
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="6dp"
- android:text="订单支付"
- android:textColor="@color/white"
- android:textSize="11sp" />
-
- </LinearLayout>
-
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:gravity="center"
- android:id="@+id/ly_qiany"
- android:orientation="vertical"
- tools:ignore="UseCompoundDrawables">
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:orientation="horizontal">
-
- <View
- android:layout_width="0dp"
- android:layout_height="2dp"
- android:layout_weight="1"
- android:background="@drawable/shape_dashed_line_blue2" />
-
- <ImageView
- android:layout_width="30dp"
- android:layout_height="30dp"
- android:src="@mipmap/flow_off4" />
-
- <View
- android:layout_width="0dp"
- android:layout_height="2dp"
- android:layout_weight="1" />
-
- </LinearLayout>
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="6dp"
- android:text="签约"
- android:textColor="@color/white"
- android:textSize="11sp" />
-
- </LinearLayout>
-
- </LinearLayout>
-
- </FrameLayout>
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginHorizontal="@dimen/dp_15"
- android:layout_marginBottom="@dimen/dp_12"
- android:text="产品详情"
- android:textColor="#333333"
- android:textSize="@dimen/sp_16" />
-
- <androidx.core.widget.NestedScrollView
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginHorizontal="@dimen/dp_15"
- android:orientation="vertical">
- <com.ruffian.library.widget.RRelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:id="@+id/rrelative"
- app:gradient_type="linear"
- app:gradient_orientation="LEFT_RIGHT"
- app:gradient_centerX="0.5"
- android:padding="@dimen/dp_10"
- app:corner_radius="@dimen/dp_10">
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:scaleType="centerInside"
- android:id="@+id/img_wechat"
- android:layout_centerVertical="true"
- android:src="@mipmap/we_chat" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_toRightOf="@+id/img_wechat"
- android:text="【客车】微信车主服务"
- android:textColor="@color/white"
- android:layout_marginLeft="@dimen/dp_7"
- android:layout_marginTop="@dimen/dp_8"
- android:id="@+id/text1"/>
- <!-- <TextView-->
- <!-- android:layout_width="wrap_content"-->
- <!-- android:layout_height="wrap_content"-->
- <!-- android:layout_alignLeft="@+id/text1"-->
- <!-- android:text="先通行后付费!"-->
- <!-- android:textColor="@color/white"-->
- <!-- android:layout_marginTop="@dimen/dp_5"-->
- <!-- android:id="@+id/tv_xtx"-->
- <!-- android:layout_below="@+id/text1"-->
- <!-- android:textSize="@dimen/sp_10"/>-->
- <TextView
- android:id="@+id/text3"
- android:textColor="@color/white"
- android:textSize="@dimen/sp_10"
- android:layout_below="@id/text1"
- android:layout_alignLeft="@+id/text1"
- android:visibility="gone"
- android:layout_marginTop="@dimen/dp_5"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="ETC设备与卡片\t\t设备质保一年\n开具通行费发票 高速通行9.5折" />
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:gravity="bottom">
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="bottom"
- android:text="¥"
- android:textColor="@color/white"
- android:textSize="@dimen/sp_12" />
-
- <TextView
- android:id="@+id/text4"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="0"
- android:textColor="@color/white"
- android:textSize="30sp" />
-
- </LinearLayout>
- </com.ruffian.library.widget.RRelativeLayout>
- <!-- <LinearLayout-->
- <!-- android:layout_width="match_parent"-->
- <!-- android:layout_height="wrap_content"-->
- <!-- android:background="@drawable/home_unm_bg2"-->
- <!-- android:gravity="center"-->
- <!-- android:orientation="vertical"-->
- <!-- android:padding="@dimen/dp_15">-->
-
- <!-- <ImageView-->
- <!-- android:layout_width="@dimen/dp_40"-->
- <!-- android:layout_height="@dimen/dp_34"-->
- <!-- android:src="@mipmap/we_chat" />-->
-
- <!-- <TextView-->
- <!-- android:id="@+id/text1"-->
- <!-- android:layout_width="wrap_content"-->
- <!-- android:layout_height="wrap_content"-->
- <!-- android:layout_marginVertical="@dimen/dp_12"-->
- <!-- android:text="【客车】微信车主服务"-->
- <!-- android:textSize="@dimen/sp_16" />-->
-
- <!-- <TextView-->
- <!-- android:layout_width="wrap_content"-->
- <!-- android:layout_height="wrap_content"-->
- <!-- android:text="先通行后付费!"-->
- <!-- android:textSize="@dimen/sp_10" />-->
-
- <!-- <LinearLayout-->
- <!-- android:layout_width="match_parent"-->
- <!-- android:layout_height="@dimen/dp_90"-->
- <!-- android:layout_marginTop="@dimen/dp_12"-->
- <!-- android:background="@drawable/item_home_frame2"-->
- <!-- android:orientation="horizontal">-->
-
- <!-- <LinearLayout-->
- <!-- android:layout_width="0dp"-->
- <!-- android:layout_height="match_parent"-->
- <!-- android:layout_weight="1"-->
- <!-- android:orientation="vertical"-->
- <!-- android:padding="@dimen/dp_12">-->
-
- <!-- <TextView-->
- <!-- android:id="@+id/text2"-->
- <!-- android:layout_width="wrap_content"-->
- <!-- android:layout_height="wrap_content"-->
- <!-- android:background="@drawable/home_unm_bg5"-->
- <!-- android:paddingHorizontal="@dimen/dp_12"-->
- <!-- android:paddingVertical="@dimen/dp_5"-->
- <!-- android:text="基础服务"-->
- <!-- android:textColor="@color/white"-->
- <!-- android:textSize="@dimen/sp_12" />-->
-
- <!-- <TextView-->
- <!-- android:id="@+id/text3"-->
- <!-- android:textColor="#333333"-->
- <!-- android:layout_marginTop="@dimen/dp_10"-->
- <!-- android:textSize="@dimen/sp_12"-->
- <!-- android:layout_width="wrap_content"-->
- <!-- android:layout_height="wrap_content"-->
- <!-- android:text="ETC设备与卡片 设备质保一年-->
- <!-- 开具通行费发票 高速通行9.5折" />-->
-
- <!-- </LinearLayout>-->
-
- <!-- <LinearLayout-->
- <!-- android:minWidth="@dimen/dp_80"-->
- <!-- android:layout_width="wrap_content"-->
- <!-- android:layout_height="match_parent"-->
- <!-- android:paddingHorizontal="@dimen/dp_10"-->
- <!-- android:background="@drawable/home_unm_bg4"-->
- <!-- android:gravity="center">-->
-
- <!-- <LinearLayout-->
- <!-- android:layout_width="wrap_content"-->
- <!-- android:layout_height="wrap_content"-->
- <!-- android:gravity="bottom">-->
-
- <!-- <TextView-->
- <!-- android:layout_width="wrap_content"-->
- <!-- android:layout_height="wrap_content"-->
- <!-- android:layout_gravity="bottom"-->
- <!-- android:text="¥"-->
- <!-- android:textColor="@color/white"-->
- <!-- android:textSize="@dimen/sp_12" />-->
-
- <!-- <TextView-->
- <!-- android:id="@+id/text4"-->
- <!-- android:layout_width="wrap_content"-->
- <!-- android:layout_height="wrap_content"-->
- <!-- android:text="99"-->
- <!-- android:textColor="@color/white"-->
- <!-- android:textSize="30sp" />-->
-
- <!-- </LinearLayout>-->
-
- <!-- </LinearLayout>-->
-
- <!-- </LinearLayout>-->
-
- <!-- </LinearLayout>-->
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center_vertical"
- android:orientation="horizontal">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginVertical="@dimen/sp_12"
- android:text="加购权益"
- android:layout_weight="1"
- android:textColor="#333333"
- android:textSize="@dimen/sp_16" />
- <!-- <TextView-->
- <!-- android:layout_width="wrap_content"-->
- <!-- android:layout_height="wrap_content"-->
- <!-- android:text="添加权益"-->
- <!-- android:id="@+id/tv_addPurchase"-->
- <!-- android:textColor="@color/blue"-->
- <!-- android:textSize="@dimen/sp_16"/>-->
-
- </LinearLayout>
-
- <androidx.recyclerview.widget.RecyclerView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- tools:listitem="@layout/item_equity_1"
- tools:itemCount="2"
- android:id="@+id/recycler_jg"/>
- <!-- <TextView-->
- <!-- android:layout_width="wrap_content"-->
- <!-- android:layout_height="wrap_content"-->
- <!-- android:textColor="@color/gray07"-->
- <!-- android:layout_marginTop="@dimen/dp_15"-->
- <!-- android:layout_gravity="center_horizontal"-->
- <!-- android:drawableRight="@mipmap/ic_next_gray"-->
- <!-- android:text="查看更多"/>-->
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginVertical="@dimen/sp_12"
- android:text="订单详情"
- android:textColor="#333333"
- android:textSize="@dimen/sp_16" />
-
- <LinearLayout
- android:orientation="vertical"
- android:paddingHorizontal="@dimen/dp_15"
- android:background="@drawable/home_unm_bg2"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="@dimen/dp_44"
- android:gravity="center_vertical">
-
- <TextView
- android:layout_width="@dimen/dp_110"
- android:layout_height="match_parent"
- android:gravity="center_vertical"
- android:text="产品金额"
- android:textSize="@dimen/sp_14"
- tools:ignore="UseCompatTextViewDrawableXml" />
-
- <TextView
- android:id="@+id/text5"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:gravity="center_vertical|right"
- android:text="¥0.00"
- android:textColor="#333333"
- android:textSize="14sp" />
-
- </LinearLayout>
-
- <View
- style="@style/VerticalLineStyle"
- android:layout_width="wrap_content"
- android:layout_height="1dp"
- android:visibility="gone"
- android:layout_marginHorizontal="@dimen/dp_10" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="@dimen/dp_44"
- android:visibility="gone"
- android:gravity="center_vertical">
-
- <TextView
- android:layout_width="@dimen/dp_110"
- android:layout_height="match_parent"
- android:gravity="center_vertical"
- android:text="加购权益"
- android:textSize="@dimen/sp_14"
- tools:ignore="UseCompatTextViewDrawableXml" />
-
- <TextView
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:gravity="center_vertical|right"
- android:id="@+id/tv_money_jg"
- android:text="¥0.00"
- android:textColor="#333333"
- android:textSize="14sp" />
-
- </LinearLayout>
-
- <View
- style="@style/VerticalLineStyle"
- android:layout_width="wrap_content"
- android:layout_height="1dp"
- android:layout_marginHorizontal="@dimen/dp_10" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="@dimen/dp_44"
- android:gravity="center_vertical">
-
- <TextView
- android:layout_width="@dimen/dp_110"
- android:layout_height="match_parent"
- android:gravity="center_vertical"
- android:text="运费"
- android:textSize="@dimen/sp_14"
- tools:ignore="UseCompatTextViewDrawableXml" />
-
- <TextView
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:gravity="center_vertical|right"
- android:text="¥0.00"
- android:textColor="#333333"
- android:textSize="14sp" />
-
- </LinearLayout>
-
- <View
- style="@style/VerticalLineStyle"
- android:layout_width="wrap_content"
- android:layout_height="1dp"
- android:visibility="gone"
- android:layout_marginHorizontal="@dimen/dp_10" />
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="@dimen/dp_44"
- android:visibility="gone"
- android:gravity="center_vertical">
-
- <TextView
- android:layout_width="@dimen/dp_110"
- android:layout_height="match_parent"
- android:gravity="center_vertical"
- android:text="优惠券"
- android:textSize="@dimen/sp_14"
- tools:ignore="UseCompatTextViewDrawableXml" />
-
- <TextView
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:gravity="center_vertical|right"
- android:text="暂无优惠券"
- android:textColor="#333333"
- android:textSize="14sp" />
-
- </LinearLayout>
-
- <View
- style="@style/VerticalLineStyle"
- android:layout_width="wrap_content"
- android:layout_height="1dp"
- android:layout_marginHorizontal="@dimen/dp_10" />
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="@dimen/dp_44"
- android:visibility="gone"
- android:gravity="center_vertical">
-
- <TextView
- android:layout_width="@dimen/dp_110"
- android:layout_height="match_parent"
- android:gravity="center_vertical"
- android:text="积分兑换"
- android:textSize="@dimen/sp_14"
- tools:ignore="UseCompatTextViewDrawableXml" />
-
- <TextView
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:gravity="center_vertical|right"
- android:text="暂无积分"
- android:textColor="#333333"
- android:textSize="14sp" />
-
- </LinearLayout>
-
- <!-- <View-->
- <!-- style="@style/VerticalLineStyle"-->
- <!-- android:layout_width="wrap_content"-->
- <!-- android:layout_height="1dp"-->
- <!-- android:layout_marginHorizontal="@dimen/dp_10" />-->
-
- <!-- <LinearLayout-->
- <!-- android:layout_width="match_parent"-->
- <!-- android:layout_height="@dimen/dp_44"-->
- <!-- android:gravity="center_vertical">-->
-
- <!-- <TextView-->
- <!-- android:layout_width="@dimen/dp_110"-->
- <!-- android:layout_height="match_parent"-->
- <!-- android:gravity="center_vertical"-->
- <!-- android:visibility="invisible"-->
- <!-- android:text="积分兑换"-->
- <!-- android:textSize="@dimen/sp_14"-->
- <!-- tools:ignore="UseCompatTextViewDrawableXml" />-->
-
- <!-- <TextView-->
- <!-- android:layout_width="0dp"-->
- <!-- android:layout_height="match_parent"-->
- <!-- android:layout_weight="1"-->
- <!-- android:gravity="center_vertical|right"-->
- <!-- android:text="实付款:"-->
- <!-- android:textColor="#333333"-->
- <!-- android:textSize="14sp" />-->
-
- <!-- <TextView-->
- <!-- android:id="@+id/text6"-->
- <!-- android:layout_width="wrap_content"-->
- <!-- android:layout_height="match_parent"-->
- <!-- android:gravity="center_vertical|right"-->
- <!-- android:text="¥100"-->
- <!-- android:textColor="#00B38B"-->
- <!-- android:textSize="14sp" />-->
-
- <!-- </LinearLayout>-->
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center_vertical"
- android:layout_marginTop="@dimen/dp_15"
- android:paddingBottom="@dimen/dp_15"
- android:orientation="horizontal">
- <!-- <CheckBox-->
- <!-- android:id="@+id/cb_agreement"-->
- <!-- android:layout_width="wrap_content"-->
- <!-- android:layout_height="wrap_content"-->
- <!-- android:layout_below="@+id/tv2"-->
- <!-- android:layout_marginRight="@dimen/dp_9"-->
- <!-- android:drawablePadding="@dimen/dp_5"-->
- <!-- android:background="@color/white"-->
- <!-- android:text="我已阅读并同意"-->
- <!-- android:button="@null"-->
- <!-- android:drawableLeft="@drawable/radio_btn_1"/>-->
- <TextView
- android:id="@+id/cb_agreement"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_below="@+id/tv2"
- android:layout_marginRight="@dimen/dp_9"
- android:drawablePadding="@dimen/dp_5"
- android:background="@color/white"
- android:text="请阅读并同意" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:textColor="@color/blue02"
- android:text="《 etc用户协议 》"
- android:id="@+id/tv_agreement1"/>
- <!-- <TextView-->
- <!-- android:layout_width="wrap_content"-->
- <!-- android:layout_height="wrap_content"-->
- <!-- android:text="和"/>-->
- <!-- <TextView-->
- <!-- android:layout_width="wrap_content"-->
- <!-- android:layout_height="wrap_content"-->
- <!-- android:textColor="@color/blue02"-->
- <!-- android:text="etc用户协议"-->
- <!-- android:id="@+id/tv_agreement2"/>-->
- </LinearLayout>
- </LinearLayout>
-
- <Button
- android:id="@+id/nextStep"
- android:layout_width="match_parent"
- android:layout_height="@dimen/dp_45"
- android:layout_marginTop="@dimen/dp_58"
- android:layout_marginHorizontal="@dimen/dp_90"
- android:layout_marginBottom="@dimen/dp_20"
- android:background="@drawable/button_circle_selector3"
- android:text="下一步"
- android:textColor="#FFFFFF" />
-
- </LinearLayout>
-
- </androidx.core.widget.NestedScrollView>
-
- </LinearLayout>
|