您的位置:首页 > 其它

总结 2018-1-10

2018-02-06 17:17 148 查看

<?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:id="@+id/foot"
android:layout_width="match_parent"
android:layout_height="50dp"
android:background="@drawable/background_login">

<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_width="match_parent"
android:layout_height="80dp"
android:layout_marginTop="10dp"
android:background="#ffffff">

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

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

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

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

</LinearLayout>

</RelativeLayout>

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

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="50dp"
android:background="#ffffff">

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

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

</RelativeLayout>

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

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

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

<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:gravity="center"
android:text="充值"
android:textSize="10sp"
android:textStyle="bold" />

</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:layout_centerHorizontal="true"
android:layout_marginTop="6dp"
android:text="100%
4000
" />

<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:gravity="center"
android:text="储钱罐"
android:textSize="10sp"
android:textStyle="bold" />

</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:layout_centerHorizontal="true"
android:layout_marginTop="6dp"
android:text="自动竞购" />

<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:gravity="center"
android:text="金元宝"
android:textSize="10sp"
android:textStyle="bold" />

</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:gravity="center"
android:text="常见问题?"
android:textColor="#3f6cab" />

</LinearLayout>

</ScrollView>

</LinearLayout>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: