总结 2018-1-4


<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical" android:layout_width="match_parent"
    android:layout_height="match_parent">

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

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:orientation="vertical">

            <RelativeLayout
                android:background="@drawable/background_login"
                android:id="@+id/foot"
                android:layout_width="match_parent"
                android:layout_height="50dp">


                <ImageView
                    android:id="@+id/chongzhiback"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_centerVertical="true"
                    android:layout_marginLeft="15dp"
                    android:src="@drawable/back" />

                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_centerInParent="true"
                    android:text="充值"
                    android:textColor="#ffffff"
                    android:textSize="16sp" />

                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_alignParentRight="true"
                    android:layout_centerVertical="true"
                    android:layout_marginRight="15dp"
                    android:text="充值记录"
                    android:textColor="#ffffff"
                    android:textSize="10sp" />


            </RelativeLayout>
            
            <RelativeLayout
                android:layout_marginTop="10dp"
                android:background="#ffffff"
                android:layout_width="match_parent"
                android:layout_height="80dp">

                <ImageView
                    android:layout_marginLeft="20dp"
                    android:layout_centerVertical="true"
                    android:layout_width="44dp"
                    android:layout_height="44dp"
                    android:src="@drawable/zhaosang"/>

                <LinearLayout
                    android:layout_marginLeft="80dp"
                    android:layout_centerVertical="true"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:orientation="vertical">

                    <TextView
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:text="招商银行"
                        android:textStyle="bold"
                        android:textSize="16sp"
                        />

                    <TextView
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:text="尾号1256"
                        android:textSize="12sp"
                        />

                </LinearLayout>

            </RelativeLayout>

            <TextView
                android:gravity="center_vertical"
                android:layout_width="match_parent"
                android:layout_height="30dp"
                android:textSize="10sp"
                android:text="首笔限额20万,日限额20万"
                android:layout_marginLeft="20dp"/>

            <RelativeLayout
                android:background="#ffffff"
                android:layout_width="match_parent"
                android:layout_height="50dp">
                
                <TextView
                    android:id="@+id/jineid"
                    android:layout_width="70dp"
                    android:layout_height="match_parent"
                    android:text="金额"
                    android:textSize="16sp"
                    android:gravity="center"
                    android:textStyle="bold"/>

                <EditText
                    android:background="@null"
                    android:layout_width="wrap_content"
                    android:layout_height="match_parent"
                    android:layout_toRightOf="@id/jineid"
                    android:hint="5元起充,金元宝竞够100元起"
                    android:textSize="12sp"/>
                
            </RelativeLayout>

            <Button
                android:layout_marginTop="60dp"
                android:textColor="#ffffff"
                android:textSize="15sp"
                android:layout_marginRight="30dp"
                android:layout_marginLeft="30dp"
                android:text="确定"
                android:layout_width="match_parent"
                android:layout_height="40dp"
                android:background="@drawable/shape_yuanjiaokuanger"/>

            <TextView
                android:layout_marginTop="10dp"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="点击  “充值”  按钮,即表示你同意"
                android:layout_gravity="center_horizontal"/>

            <TextView
                android:layout_marginTop="10dp"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:textColor="#3f6cab"
                android:text="《投资服务协议》《增值服务协议》"
                android:layout_gravity="center_horizontal"/>

            <LinearLayout
                android:id="@+id/yanzheng"
                android:layout_width="match_parent"
                android:layout_height="130dp"
                android:layout_marginTop="30dp"
                >

                <LinearLayout
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:orientation="vertical">

                    <LinearLayout
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content">

                        <RelativeLayout
                            android:layout_width="0dp"
                            android:layout_height="2dp"
                            android:layout_gravity="center_vertical"
                            android:layout_weight="0.5">

                        </RelativeLayout>

                        <RelativeLayout
                            android:id="@+id/pic1"
                            android:layout_width="50dp"
                            android:layout_height="wrap_content"
                            android:layout_gravity="center_vertical">

                            <com.example.mrli.myapplication.CircleImageView
                                android:layout_width="60dp"
                                android:layout_height="60dp"
                                android:layout_gravity="center" />

                            <ImageView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:src="@drawable/shapeone" />

                            <TextView
                                android:layout_width="60dp"
                                android:layout_height="60dp"
                                android:text="充值"
                                android:gravity="center"
                                android:textStyle="bold"
                                android:textSize="10sp"
                                />


                        </RelativeLayout>


                        <RelativeLayout
                            android:layout_width="0dp"
                            android:layout_height="match_parent"
                            android:layout_weight="1">

                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:text="100%"
                                android:layout_centerHorizontal="true"
                                android:layout_marginTop="6dp"/>

                            <TextView
                                android:layout_width="match_parent"
                                android:layout_height="2dp"
                                android:layout_centerVertical="true"
                                android:layout_weight="1"
                                android:background="#1E78FF"/>
                        </RelativeLayout>


                        <RelativeLayout
                            android:layout_width="50dp"
                            android:layout_height="wrap_content"
                            android:layout_gravity="center">


                            <com.example.mrli.myapplication.CircleImageView
                                android:layout_width="60dp"
                                android:layout_height="60dp"
                                android:layout_gravity="center" />

                            <ImageView
                                android:id="@+id/pic2"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_alignParentLeft="true"
                                android:layout_alignParentStart="true"
                                android:layout_alignParentTop="true"
                                android:src="@drawable/shapeer" />

                            <TextView
                                android:layout_width="60dp"
                                android:layout_height="60dp"
                                android:text="储钱罐"
                                android:gravity="center"
                                android:textStyle="bold"
                                android:textSize="10sp"
                                />


                        </RelativeLayout>


                        <RelativeLayout
                            android:layout_width="0dp"
                            android:layout_height="match_parent"
                            android:layout_weight="1">

                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:text="自动竞购"
                                android:layout_centerHorizontal="true"
                                android:layout_marginTop="6dp"/>

                            <TextView
                                android:layout_width="match_parent"
                                android:layout_height="2dp"
                                android:layout_centerVertical="true"
                                android:layout_weight="1"
                                android:background="#cfc8c8"/>
                        </RelativeLayout>

                        <RelativeLayout
                            android:layout_width="50dp"
                            android:layout_height="wrap_content"
                            android:layout_gravity="center">

                            <com.example.mrli.myapplication.CircleImageView
                                android:layout_width="60dp"
                                android:layout_height="60dp"
                                android:layout_gravity="center" />

                            <ImageView
                                android:id="@+id/pic3"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_alignParentLeft="true"
                                android:layout_alignParentStart="true"
                                android:layout_alignParentTop="true"
                                android:src="@drawable/shapeer" />

                            <TextView
                                android:layout_width="60dp"
                                android:layout_height="60dp"
                                android:text="金元宝"
                                android:gravity="center"
                                android:textStyle="bold"
                                android:textSize="10sp"
                                />

                        </RelativeLayout>


                        <RelativeLayout
                            android:layout_width="0dp"
                            android:layout_height="2dp"
                            android:layout_gravity="center_vertical"
                            android:layout_weight="0.5"></RelativeLayout>


                    </LinearLayout>

                    <LinearLayout
                        android:layout_width="match_parent"
                        android:layout_height="20dp">



                        <TextView
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1"
                            android:gravity="center"
                            android:textSize="12sp" />


                        <TextView
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1"
                            android:gravity="center"
                            android:text="七日年化3.84%"
                            android:textSize="12sp" />


                        <TextView
                            android:layout_width="0dp"
                            android:layout_height="wrap_content"
                            android:layout_weight="1"
                            android:gravity="center"
                            android:text="年化6.1%"
                            android:textSize="12sp" />

                    </LinearLayout>

                </LinearLayout>

            </LinearLayout>


            <TextView
                android:layout_width="match_parent"
                android:layout_height="50dp"
                android:text="常见问题?"
                android:textColor="#3f6cab"
                android:gravity="center"
                />

        </LinearLayout>

    </ScrollView>


</LinearLayout>



  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值