1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3- xmlns : tools =" http://schemas.android.com/tools"
4- android : id =" @+id/chg_rowheader"
5- android : layout_width =" match_parent"
6- android : layout_height =" wrap_content"
7- android : gravity =" center_vertical"
8- android : minHeight =" 56dp"
9- android : orientation =" horizontal"
10- android : paddingLeft =" 12dp"
11- android : paddingRight =" 12dp" >
12-
13-
14- <!-- ChangeLog Header [Version] You have to use the id="chg_headerVersion" -->
15- <TextView
16- android : id =" @+id/chg_headerVersion"
17- style =" ?android:attr/listSeparatorTextViewStyle"
18- android : layout_width =" wrap_content"
19- android : layout_height =" wrap_content"
20- android : gravity =" center_vertical"
21- android : paddingBottom =" 8dp"
22- android : paddingTop =" 8dp"
23- android : textAllCaps =" true"
24- android : textColor =" @color/chglib_material_color_text_1"
25- android : textSize =" @dimen/chglib_material_list_suheader_fontsize"
26- android : textStyle =" bold"
27- tools : text =" VERSION 1.5" />
28-
29- <!-- ChangeLog Header [Date] You have to use the id="chg_headerDate" -->
30- <TextView
31- android : id =" @+id/chg_headerDate"
32- style =" ?android:attr/listSeparatorTextViewStyle"
33- android : layout_width =" match_parent"
34- android : layout_height =" wrap_content"
35- android : gravity =" center_vertical"
36- android : paddingBottom =" 8dp"
37- android : paddingTop =" 8dp"
38- tools : text =" JUNE 17,2013"
39- android : textAllCaps =" true"
40- android : textColor =" @color/chglib_material_color_text_1"
41- android : textSize =" @dimen/chglib_material_list_suheader_fontsize"
42- android : textStyle =" bold" />
43-
44-
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3+ xmlns : tools =" http://schemas.android.com/tools"
4+ android : id =" @+id/chg_rowheader"
5+ android : layout_width =" match_parent"
6+ android : layout_height =" wrap_content"
7+ android : gravity =" center_vertical"
8+ android : minHeight =" 56dp"
9+ android : orientation =" horizontal"
10+ android : paddingLeft =" 12dp"
11+ android : paddingRight =" 12dp" >
12+
13+
14+ <!-- ChangeLog Header [Version] You have to use the id="chg_headerVersion" -->
15+ <TextView
16+ android : id =" @+id/chg_headerVersion"
17+ style =" ?android:attr/listSeparatorTextViewStyle"
18+ android : layout_width =" wrap_content"
19+ android : layout_height =" wrap_content"
20+ android : gravity =" center_vertical"
21+ android : paddingBottom =" 8dp"
22+ android : paddingTop =" 8dp"
23+ android : textAllCaps =" true"
24+ android : textColor =" @color/chglib_material_color_text_1"
25+ android : textSize =" @dimen/chglib_material_list_suheader_fontsize"
26+ android : textStyle =" bold"
27+ tools : text =" VERSION 1.5" />
28+
29+ <!-- ChangeLog Header [Date] You have to use the id="chg_headerDate" -->
30+ <TextView
31+ android : id =" @+id/chg_headerDate"
32+ style =" ?android:attr/listSeparatorTextViewStyle"
33+ android : layout_width =" match_parent"
34+ android : layout_height =" wrap_content"
35+ android : gravity =" center_vertical"
36+ android : paddingBottom =" 8dp"
37+ android : paddingTop =" 8dp"
38+ tools : text =" JUNE 17,2013"
39+ android : textAllCaps =" true"
40+ android : textColor =" @color/chglib_material_color_text_1"
41+ android : textSize =" @dimen/chglib_material_list_suheader_fontsize"
42+ android : textStyle =" bold" />
43+
44+
4545</LinearLayout >
0 commit comments