This repository was archived by the owner on Jun 27, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 2929 android : layout_height =" wrap_content"
3030 android : orientation =" horizontal" >
3131
32- <ImageView
33- android : id =" @+id/iv_more"
34- android : layout_width =" wrap_content"
35- android : layout_height =" wrap_content"
36- android : layout_gravity =" center"
37- android : src =" @drawable/ic_more" />
38-
3932 <LinearLayout
4033 android : layout_width =" 0dp"
4134 android : layout_height =" wrap_content"
5649
5750 </LinearLayout >
5851
52+ <ImageView
53+ android : id =" @+id/iv_more"
54+ android : layout_width =" wrap_content"
55+ android : layout_height =" wrap_content"
56+ android : layout_gravity =" center"
57+ android : src =" @drawable/ic_more" />
58+
5959 </LinearLayout >
6060
61+ <include layout =" @layout/view_divider" />
62+
6163 <LinearLayout
6264 android : layout_width =" match_parent"
6365 android : layout_height =" wrap_content"
99101
100102 </LinearLayout >
101103
104+ <include layout =" @layout/view_divider" />
105+
102106 <TextView
103107 android : id =" @+id/tvTotal"
104108 style =" @style/Text_Body1"
107111 android : gravity =" end"
108112 android : textAlignment =" viewEnd" />
109113
110- <include layout =" @layout/view_divider" />
111-
112- <include layout =" @layout/view_divider" />
113-
114114 </LinearLayout >
115115 </android .support.v7.widget.CardView>
116116</FrameLayout >
You can’t perform that action at this time.
0 commit comments