Skip to content

Commit 1d6c5c3

Browse files
authored andcommitted
Add missing resource files
1 parent c1dd4ef commit 1d6c5c3

File tree

2 files changed

+86
-86
lines changed

2 files changed

+86
-86
lines changed
Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
3-
4-
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
5-
xmlns:tools="http://schemas.android.com/tools"
6-
android:id="@+id/chg_row"
7-
android:layout_width="match_parent"
8-
android:layout_height="wrap_content"
9-
android:gravity="center_vertical"
10-
android:minHeight="48dp"
11-
android:orientation="horizontal">
12-
13-
<!-- ChangeLog Row [Bullet Point] You have to use the id="chg_textbullet" -->
14-
<TextView
15-
android:id="@+id/chg_textbullet"
16-
android:layout_width="wrap_content"
17-
android:layout_height="match_parent"
18-
android:gravity="center_vertical"
19-
android:paddingLeft="12dp"
20-
android:paddingStart="12dp"
21-
android:text="@string/changelog_row_bulletpoint"
22-
android:textAppearance="@android:style/TextAppearance.Large"
23-
android:textColor="@color/chglib_material_color_text_1" />
24-
25-
26-
<!-- ChangeLog Row [Text] You have to use the id="chg_text" -->
27-
<TextView
28-
android:id="@+id/chg_text"
29-
android:layout_width="match_parent"
30-
android:layout_height="wrap_content"
31-
android:gravity="center_vertical"
32-
android:minHeight="48dp"
33-
android:paddingLeft="8dp"
34-
android:paddingRight="8dp"
35-
android:paddingBottom="4dp"
36-
android:paddingTop="4dp"
37-
android:textColor="@color/chglib_material_color_text_1"
38-
android:textSize="@dimen/chglib_material_list_fontsize"
39-
tools:text="Use DashClock with Android 4.2's Daydream feature; great for use with desktop docks!" />
40-
</LinearLayout>
41-
42-
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
4+
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
5+
xmlns:tools="http://schemas.android.com/tools"
6+
android:id="@+id/chg_row"
7+
android:layout_width="match_parent"
8+
android:layout_height="wrap_content"
9+
android:gravity="center_vertical"
10+
android:minHeight="48dp"
11+
android:orientation="horizontal">
12+
13+
<!-- ChangeLog Row [Bullet Point] You have to use the id="chg_textbullet" -->
14+
<TextView
15+
android:id="@+id/chg_textbullet"
16+
android:layout_width="wrap_content"
17+
android:layout_height="match_parent"
18+
android:gravity="center_vertical"
19+
android:paddingLeft="12dp"
20+
android:paddingStart="12dp"
21+
android:text="@string/changelog_row_bulletpoint"
22+
android:textAppearance="@android:style/TextAppearance.Large"
23+
android:textColor="@color/chglib_material_color_text_1" />
24+
25+
26+
<!-- ChangeLog Row [Text] You have to use the id="chg_text" -->
27+
<TextView
28+
android:id="@+id/chg_text"
29+
android:layout_width="match_parent"
30+
android:layout_height="wrap_content"
31+
android:gravity="center_vertical"
32+
android:minHeight="48dp"
33+
android:paddingLeft="8dp"
34+
android:paddingRight="8dp"
35+
android:paddingBottom="4dp"
36+
android:paddingTop="4dp"
37+
android:textColor="@color/chglib_material_color_text_1"
38+
android:textSize="@dimen/chglib_material_list_fontsize"
39+
tools:text="Use DashClock with Android 4.2's Daydream feature; great for use with desktop docks!" />
40+
</LinearLayout>
41+
42+
Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
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

Comments
 (0)