【GT-安卓应用开发之充值界面】

前言:话不多说,先上图

        从上面的图片可以看出该界面由余额信息和流式布局的订单信息以及确认支付三部分组成,代码如下:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:app="http://schemas.android.com/apk/res-auto"
        android:layout_width="match_parent"
        android:layout_height="match_parent">
    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_alignParentTop="true"
        android:id="@+id/rl_top"
        android:background="@drawable/text_bg"
        >
        <ImageView
            android:id="@+id/back"
            android:layout_marginTop="27dp"
            android:layout_width="wrap_content"
            android:layout_height="@dimen/dp_45"
            android:paddingLeft="@dimen/dp_15"
            android:src="@mipmap/back_white" />
        <TextView
            android:id="@+id/tv"
            android:layout_width="match_parent"
            android:layout_height="@dimen/dp_72"
            android:gravity="center"
            android:paddingTop="27dp"
            android:text="我的钱包"
            android:textColor="@color/white"
            android:textSize="@dimen/text_14_sp" />
        <TextView
            android:id="@+id/tv_ddjl"
            android:layout_width="wrap_content"
            android:layout_height="@dimen/dp_72"
            a
  • 0
    点赞
  • 12
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值