Commit 92407394 authored by erwin's avatar erwin

黄军辉

    修改UI
parent 2ca3f149
...@@ -4,8 +4,11 @@ ...@@ -4,8 +4,11 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginBottom="4dp" android:layout_marginLeft="10dp"
android:paddingRight="5dp" android:layout_marginRight="10dp"
android:layout_marginTop="10dp"
android:background="@drawable/withdraw_bg"
android:padding="4dp"
android:orientation="horizontal"> android:orientation="horizontal">
<RelativeLayout <RelativeLayout
...@@ -13,19 +16,9 @@ ...@@ -13,19 +16,9 @@
android:layout_height="70dp"> android:layout_height="70dp">
<!-- android:src="@mipmap/icon_item_cash_bg"--> <!-- android:src="@mipmap/icon_item_cash_bg"-->
<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">
...@@ -41,13 +34,15 @@ ...@@ -41,13 +34,15 @@
<ImageView <ImageView
android:id="@+id/id_img_mark" android:id="@+id/id_img_mark"
android:layout_width="46dp" android:layout_width="46dp"
android:layout_marginTop="-10dp"
android:layout_centerHorizontal="true"
android:layout_below="@+id/id_img_icon"
android:layout_height="@dimen/dp_20" android:layout_height="@dimen/dp_20"
android:layout_marginLeft="@dimen/dp_18" android:layout_marginLeft="@dimen/dp_18"
android:layout_marginBottom="6dp" android:layout_marginBottom="6dp"
android:src="@mipmap/icon_fuli" /> android:src="@mipmap/icon_fuli" />
</LinearLayout>
</RelativeLayout> </RelativeLayout>
...@@ -56,7 +51,6 @@ ...@@ -56,7 +51,6 @@
android:layout_weight="1" android:layout_weight="1"
android:layout_height="match_parent" android:layout_height="match_parent"
android:gravity="center" android:gravity="center"
android:layout_marginBottom="5dp"
android:orientation="vertical"> android:orientation="vertical">
<TextView <TextView
...@@ -65,21 +59,22 @@ ...@@ -65,21 +59,22 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="left" android:layout_gravity="left"
android:text="fdafas" android:text="fdafas"
android:layout_marginLeft="@dimen/dp_20"
android:layout_marginBottom="@dimen/dp_5" android:layout_marginBottom="@dimen/dp_5"
android:textColor="#642D2D" android:textColor="#642D2D"
android:textSize="11sp" /> android:textSize="14sp" />
<RelativeLayout <RelativeLayout
android:layout_width="150dp" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dp_10" android:layout_marginLeft="@dimen/dp_10"
android:layout_marginRight="4dp"> android:layout_marginRight="20dp"
>
<ProgressBar <ProgressBar
android:id="@+id/progess_with_draw_item" android:id="@+id/progess_with_draw_item"
style="?android:attr/progressBarStyleHorizontal" style="?android:attr/progressBarStyleHorizontal"
android:layout_width="150dp" android:layout_width="match_parent"
android:layout_height="12dp" android:layout_height="12dp"
android:progressDrawable="@drawable/user_progressbar_bg" /> android:progressDrawable="@drawable/user_progressbar_bg" />
...@@ -98,7 +93,6 @@ ...@@ -98,7 +93,6 @@
<LinearLayout <LinearLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="68dp" android:layout_height="68dp"
android:layout_marginLeft="-13dp"
android:gravity="center" android:gravity="center"
android:orientation="vertical"> android:orientation="vertical">
...@@ -106,17 +100,16 @@ ...@@ -106,17 +100,16 @@
android:id="@+id/id_tv_cash" android:id="@+id/id_tv_cash"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@mipmap/icon_iten_jiangjin_bg"
android:gravity="center" android:gravity="center"
android:text="" android:text=""
android:textColor="@color/white" android:textStyle="bold"
android:textColor="#ED5430"
android:textSize="@dimen/sp_15" /> android:textSize="@dimen/sp_15" />
<ImageView <ImageView
android:id="@+id/id_img_duihuan" android:id="@+id/id_img_duihuan"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="-10dp"
android:src="@mipmap/icon_duihuan_check" /> 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