Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 9ae1f75

Browse files
#172. Update summary view.
1 parent 44bab97 commit 9ae1f75

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

app/src/main/res/layout/view_summary_records.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@
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"
@@ -56,8 +49,17 @@
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"
@@ -99,6 +101,8 @@
99101

100102
</LinearLayout>
101103

104+
<include layout="@layout/view_divider" />
105+
102106
<TextView
103107
android:id="@+id/tvTotal"
104108
style="@style/Text_Body1"
@@ -107,10 +111,6 @@
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>

0 commit comments

Comments
 (0)