22<FrameLayout xmlns : android =" http://schemas.android.com/apk/res/android"
33 android : layout_width =" match_parent"
44 android : layout_height =" match_parent"
5- android : background =" @color/white" >
5+ android : background =" @color/white"
6+ >
7+
8+ <LinearLayout
9+ android : id =" @+id/container"
10+ android : layout_width =" match_parent"
11+ android : layout_height =" match_parent"
12+ android : baselineAligned =" false"
13+ android : gravity =" center_vertical"
14+ android : orientation =" horizontal"
15+ android : paddingBottom =" @dimen/half_margin"
16+ android : paddingTop =" @dimen/half_margin"
17+ android : paddingEnd =" @dimen/activity_horizontal_margin"
18+ android : paddingStart =" @dimen/activity_horizontal_margin"
19+ >
620
721 <LinearLayout
8- android : id =" @+id/container"
922 android : layout_width =" match_parent"
10- android : layout_height =" match_parent"
11- android : baselineAligned =" false"
12- android : gravity =" center_vertical"
13- android : orientation =" horizontal"
14- android : paddingEnd =" @dimen/activity_horizontal_margin"
15- android : paddingStart =" @dimen/activity_horizontal_margin" >
23+ android : layout_height =" wrap_content"
24+ android : layout_weight =" 1"
25+ android : orientation =" vertical"
26+ >
27+
28+ <TextView
29+ android : id =" @+id/tv_date_and_time"
30+ android : layout_width =" wrap_content"
31+ android : layout_height =" wrap_content"
32+ android : layout_gravity =" start"
33+ android : background =" @android:color/transparent"
34+ android : text =" Small Text"
35+ android : textAppearance =" ?android:attr/textAppearanceSmall"
36+ android : theme =" @style/Text_Caption"
37+ />
1638
17- <LinearLayout
39+ <LinearLayout
40+ android : layout_width =" match_parent"
41+ android : layout_height =" wrap_content"
42+ android : layout_gravity =" center"
43+ android : background =" @android:color/transparent"
44+ android : orientation =" horizontal"
45+ >
46+
47+ <TextView
48+ android : id =" @+id/tv_title"
1849 android : layout_width =" match_parent"
1950 android : layout_height =" wrap_content"
51+ android : layout_gravity =" center_vertical|top"
2052 android : layout_weight =" 1"
21- android : orientation =" vertical" >
22-
23- <TextView
24- android : id =" @+id/tv_date_and_time"
25- android : layout_width =" wrap_content"
26- android : layout_height =" wrap_content"
27- android : layout_gravity =" start"
28- android : background =" @android:color/transparent"
29- android : text =" Small Text"
30- android : textAppearance =" ?android:attr/textAppearanceSmall"
31- android : theme =" @style/Text_Caption" />
32-
33- <LinearLayout
34- android : layout_width =" match_parent"
35- android : layout_height =" wrap_content"
36- android : layout_gravity =" center"
37- android : background =" @android:color/transparent"
38- android : orientation =" horizontal" >
39-
40- <TextView
41- android : id =" @+id/tv_title"
42- android : layout_width =" match_parent"
43- android : layout_height =" wrap_content"
44- android : layout_gravity =" center_vertical|top"
45- android : layout_weight =" 1"
46- android : background =" @android:color/transparent"
47- android : gravity =" start"
48- android : paddingBottom =" 5dp"
49- android : text =" New Text"
50- android : theme =" @style/Text_Body2" />
51-
52- <TextView
53- android : id =" @+id/tv_category"
54- android : layout_width =" match_parent"
55- android : layout_height =" wrap_content"
56- android : layout_gravity =" center_vertical|top"
57- android : layout_marginStart =" 2dp"
58- android : layout_weight =" 1"
59- android : background =" @android:color/transparent"
60- android : gravity =" start"
61- android : paddingBottom =" 5dp"
62- android : text =" New Text"
63- android : theme =" @style/Text_Body1" />
64-
65- </LinearLayout >
53+ android : background =" @android:color/transparent"
54+ android : gravity =" start"
55+ android : paddingBottom =" 5dp"
56+ android : text =" New Text"
57+ android : theme =" @style/Text_Body2"
58+ />
6659
67- </LinearLayout >
68-
69- <LinearLayout
60+ <TextView
61+ android : id =" @+id/tv_category"
7062 android : layout_width =" match_parent"
7163 android : layout_height =" wrap_content"
72- android : layout_weight =" 2"
73- android : orientation =" vertical"
74- android : paddingBottom =" @dimen/half_margin"
75- android : paddingTop =" @dimen/half_margin" >
64+ android : layout_gravity =" center_vertical|top"
65+ android : layout_marginStart =" 2dp"
66+ android : layout_weight =" 1"
67+ android : background =" @android:color/transparent"
68+ android : gravity =" start"
69+ android : paddingBottom =" 5dp"
70+ android : text =" New Text"
71+ android : theme =" @style/Text_Body1"
72+ />
73+
74+ </LinearLayout >
75+
76+ </LinearLayout >
7677
77- <TextView
78- android : id =" @+id/tv_price"
79- android : layout_width =" match_parent"
80- android : layout_height =" wrap_content"
81- android : background =" @android:color/transparent"
82- android : gravity =" end"
83- android : text =" New Text"
84- android : theme =" @style/Text_Body2" />
78+ <LinearLayout
79+ android : layout_width =" match_parent"
80+ android : layout_height =" wrap_content"
81+ android : layout_weight =" 2"
82+ android : orientation =" vertical"
83+ >
8584
86- <TextView
87- android : id =" @+id/tv_currency"
88- android : layout_width =" match_parent"
89- android : layout_height =" wrap_content"
90- android : background =" @android:color/transparent"
91- android : gravity =" end"
92- android : text =" New Text"
93- android : theme =" @style/Text_Body1" />
85+ <TextView
86+ android : id =" @+id/tv_price"
87+ android : layout_width =" match_parent"
88+ android : layout_height =" wrap_content"
89+ android : background =" @android:color/transparent"
90+ android : gravity =" end"
91+ android : text =" New Text"
92+ android : theme =" @style/Text_Body2"
93+ />
9494
95- </LinearLayout >
95+ <TextView
96+ android : id =" @+id/tv_currency"
97+ android : layout_width =" match_parent"
98+ android : layout_height =" wrap_content"
99+ android : background =" @android:color/transparent"
100+ android : gravity =" end"
101+ android : text =" New Text"
102+ android : theme =" @style/Text_Body1"
103+ />
96104
97105 </LinearLayout >
106+
107+ </LinearLayout >
98108</FrameLayout >
0 commit comments