Commit 2ca3f149 authored by erwin's avatar erwin

黄军辉

    修改UI
parent 0c98abe6
......@@ -9,11 +9,12 @@
android:orientation="horizontal">
<RelativeLayout
android:layout_width="0dp"
android:layout_weight="1"
android:layout_width="70dp"
android:layout_height="70dp">
<!-- android:src="@mipmap/icon_item_cash_bg"-->
<ImageView
android:src="@mipmap/icon_item_cash_bg"
android:src="@drawable/withdraw_bg"
android:layout_width="match_parent"
android:scaleType="fitXY"
android:layout_height="wrap_content"/>
......@@ -26,10 +27,7 @@
android:layout_weight="1"
android:orientation="horizontal">
<LinearLayout
android:layout_width="68dp"
android:layout_height="wrap_content"
android:orientation="vertical">
<ImageView
android:id="@+id/id_img_icon"
......@@ -47,10 +45,15 @@
android:layout_marginLeft="@dimen/dp_18"
android:layout_marginBottom="6dp"
android:src="@mipmap/icon_fuli" />
</LinearLayout>
</RelativeLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="match_parent"
android:gravity="center"
android:layout_marginBottom="5dp"
......@@ -91,10 +94,6 @@
android:textSize="10sp" />
</RelativeLayout>
</LinearLayout>
</LinearLayout>
</RelativeLayout>
<LinearLayout
android:layout_width="wrap_content"
......@@ -122,3 +121,134 @@
</LinearLayout>
</LinearLayout>
<!--<?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="wrap_content"-->
<!-- android:layout_marginBottom="4dp"-->
<!-- android:paddingRight="5dp"-->
<!-- android:orientation="horizontal">-->
<!-- <RelativeLayout-->
<!-- android:layout_width="0dp"-->
<!-- android:layout_weight="1"-->
<!-- android:layout_height="70dp">-->
<!--&lt;!&ndash; android:src="@mipmap/icon_item_cash_bg"&ndash;&gt;-->
<!-- <ImageView-->
<!-- android:src="@drawable/withdraw_bg"-->
<!-- android:layout_width="match_parent"-->
<!-- android:scaleType="fitXY"-->
<!-- android:layout_height="wrap_content"/>-->
<!-- <LinearLayout-->
<!-- android:layout_width="match_parent"-->
<!-- android:layout_height="match_parent"-->
<!-- android:layout_gravity="bottom"-->
<!-- android:layout_weight="1"-->
<!-- android:orientation="horizontal">-->
<!-- <LinearLayout-->
<!-- android:layout_width="68dp"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:orientation="vertical">-->
<!-- <ImageView-->
<!-- android:id="@+id/id_img_icon"-->
<!-- android:layout_width="@dimen/dp_67"-->
<!-- android:layout_height="@dimen/dp_36"-->
<!-- android:layout_marginLeft="2dp"-->
<!-- android:layout_marginTop="@dimen/dp_15"-->
<!-- android:src="@mipmap/baicai_fruit" />-->
<!-- <ImageView-->
<!-- android:id="@+id/id_img_mark"-->
<!-- android:layout_width="46dp"-->
<!-- android:layout_height="@dimen/dp_20"-->
<!-- android:layout_marginLeft="@dimen/dp_18"-->
<!-- android:layout_marginBottom="6dp"-->
<!-- android:src="@mipmap/icon_fuli" />-->
<!-- </LinearLayout>-->
<!-- <LinearLayout-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="match_parent"-->
<!-- android:gravity="center"-->
<!-- android:layout_marginBottom="5dp"-->
<!-- android:orientation="vertical">-->
<!-- <TextView-->
<!-- android:id="@+id/id_tv_chazhi"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_gravity="left"-->
<!-- android:text="fdafas"-->
<!-- android:layout_marginLeft="@dimen/dp_20"-->
<!-- android:layout_marginBottom="@dimen/dp_5"-->
<!-- android:textColor="#642D2D"-->
<!-- android:textSize="11sp" />-->
<!-- <RelativeLayout-->
<!-- android:layout_width="150dp"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_marginLeft="@dimen/dp_10"-->
<!-- android:layout_marginRight="4dp">-->
<!-- <ProgressBar-->
<!-- android:id="@+id/progess_with_draw_item"-->
<!-- style="?android:attr/progressBarStyleHorizontal"-->
<!-- android:layout_width="150dp"-->
<!-- android:layout_height="12dp"-->
<!-- android:progressDrawable="@drawable/user_progressbar_bg" />-->
<!-- <TextView-->
<!-- android:id="@+id/id_tv_jindu"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_centerInParent="true"-->
<!-- android:layout_marginBottom="-3dp"-->
<!-- android:paddingRight="@dimen/dp_20"-->
<!-- android:textColor="@color/white"-->
<!-- android:textSize="10sp" />-->
<!-- </RelativeLayout>-->
<!-- </LinearLayout>-->
<!-- </LinearLayout>-->
<!-- </RelativeLayout>-->
<!-- <LinearLayout-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="68dp"-->
<!-- android:layout_marginLeft="-13dp"-->
<!-- android:gravity="center"-->
<!-- android:orientation="vertical">-->
<!-- <TextView-->
<!-- android:id="@+id/id_tv_cash"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:background="@mipmap/icon_iten_jiangjin_bg"-->
<!-- android:gravity="center"-->
<!-- android:text=""-->
<!-- android:textColor="@color/white"-->
<!-- android:textSize="@dimen/sp_15" />-->
<!-- <ImageView-->
<!-- android:id="@+id/id_img_duihuan"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_marginTop="-10dp"-->
<!-- android:src="@mipmap/icon_duihuan_check" />-->
<!-- </LinearLayout>-->
<!--</LinearLayout>-->
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment