11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <RelativeLayout
2+ <LinearLayout
33 xmlns : android =" http://schemas.android.com/apk/res/android"
44 android : layout_width =" match_parent"
55 android : layout_height =" wrap_content"
6- android : layout_marginTop =" @dimen/main_8"
7- android : layout_marginBottom =" @dimen/main_8" >
6+ android : orientation =" vertical" >
87
9- <LinearLayout
10- android : layout_width =" wrap_content "
8+ <RelativeLayout
9+ android : layout_width =" match_parent "
1110 android : layout_height =" wrap_content"
12- android : orientation =" horizontal" >
13-
14- <ImageView
15- android : id =" @+id/iv_asset_logo"
16- android : layout_width =" @dimen/main_24"
17- android : layout_height =" @dimen/main_24"
18- android : src =" @mipmap/icon_usdt_logo_small" />
11+ android : layout_marginBottom =" @dimen/main_4"
12+ android : layout_marginTop =" @dimen/main_4" >
1913
20- <TextView
21- android : id =" @+id/tv_asset_name"
14+ <LinearLayout
2215 android : layout_width =" wrap_content"
2316 android : layout_height =" wrap_content"
24- android : layout_marginLeft =" @dimen/main_5"
25- android : textStyle =" bold"
26- android : text =" BTC"
27- android : textColor =" @color/color_A6_transparent"
28- android : textSize =" @dimen/text_16" />
29- </LinearLayout >
17+ android : orientation =" horizontal" >
3018
31- <LinearLayout
32- android : layout_width =" wrap_content"
33- android : layout_height =" wrap_content"
34- android : gravity =" right"
35- android : layout_centerVertical =" true"
36- android : layout_toLeftOf =" @+id/layout_asset_net"
37- android : layout_marginRight =" @dimen/main_15"
38- android : orientation =" vertical" >
19+ <ImageView
20+ android : id =" @+id/iv_asset_logo"
21+ android : layout_width =" @dimen/main_24"
22+ android : layout_height =" @dimen/main_24"
23+ android : src =" @mipmap/icon_usdt_logo_small" />
3924
40- <TextView
41- android : id =" @+id/tv_asset_amount"
42- android : layout_width =" wrap_content"
43- android : layout_height =" wrap_content"
44- android : text =" 0"
45- android : textStyle =" bold"
46- android : textColor =" @color/color_black"
47- android : textSize =" @dimen/text_16" />
25+ <TextView
26+ android : id =" @+id/tv_asset_name"
27+ android : layout_width =" wrap_content"
28+ android : layout_height =" wrap_content"
29+ android : layout_marginLeft =" @dimen/main_5"
30+ android : text =" BTC"
31+ android : textColor =" @color/color_A6_transparent"
32+ android : textSize =" @dimen/text_16"
33+ android : textStyle =" bold" />
34+ </LinearLayout >
4835
49- <TextView
50- android : id =" @+id/tv_asset_value"
36+ <LinearLayout
5137 android : layout_width =" wrap_content"
5238 android : layout_height =" wrap_content"
53- android : layout_marginTop =" @dimen/main_5"
54- android : text =" 0"
55- android : textStyle =" bold"
56- android : textColor =" @color/color_80p_transparent"
57- android : textSize =" @dimen/text_12" />
58- </LinearLayout >
39+ android : layout_centerVertical =" true"
40+ android : layout_marginRight =" @dimen/main_15"
41+ android : layout_toLeftOf =" @+id/layout_asset_net"
42+ android : gravity =" right"
43+ android : orientation =" vertical" >
5944
60- <RelativeLayout
61- android : id =" @+id/layout_asset_net"
62- android : layout_width =" @dimen/main_28"
63- android : layout_height =" wrap_content"
64- android : layout_alignParentRight =" true" >
45+ <TextView
46+ android : id =" @+id/tv_asset_amount"
47+ android : layout_width =" wrap_content"
48+ android : layout_height =" wrap_content"
49+ android : text =" 0"
50+ android : textColor =" @color/color_black"
51+ android : textSize =" @dimen/text_16"
52+ android : textStyle =" bold" />
6553
66- <ImageView
67- android : id =" @+id/iv_asset_net"
68- android : layout_width =" wrap_content"
54+ <TextView
55+ android : id =" @+id/tv_asset_value"
56+ android : layout_width =" wrap_content"
57+ android : layout_height =" wrap_content"
58+ android : layout_marginTop =" @dimen/main_5"
59+ android : text =" 0"
60+ android : textColor =" @color/color_80p_transparent"
61+ android : textSize =" @dimen/text_12"
62+ android : textStyle =" bold" />
63+ </LinearLayout >
64+
65+ <RelativeLayout
66+ android : id =" @+id/layout_asset_net"
67+ android : layout_width =" @dimen/main_28"
6968 android : layout_height =" wrap_content"
70- android : layout_alignParentRight =" true"
71- android : src =" @mipmap/icon_network_link_black_small" />
69+ android : layout_alignParentRight =" true" >
70+
71+ <ImageView
72+ android : id =" @+id/iv_asset_net"
73+ android : layout_width =" wrap_content"
74+ android : layout_height =" wrap_content"
75+ android : layout_alignParentRight =" true"
76+ android : src =" @mipmap/icon_network_link_black_small" />
77+ </RelativeLayout >
7278 </RelativeLayout >
73- </RelativeLayout >
79+
80+ <View
81+ android : id =" @+id/view_space"
82+ android : layout_width =" match_parent"
83+ android : layout_height =" @dimen/main_20"
84+ android : visibility =" gone" />
85+ </LinearLayout >
0 commit comments