Skip to content

Commit

Permalink
Add missing resource files
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown authored and Unknown committed May 13, 2016
1 parent c1dd4ef commit 1d6c5c3
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 86 deletions.
84 changes: 42 additions & 42 deletions Android/res/layout/layout_changelog_row.xml
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>


<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/chg_row"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:minHeight="48dp"
android:orientation="horizontal">

<!-- ChangeLog Row [Bullet Point] You have to use the id="chg_textbullet" -->
<TextView
android:id="@+id/chg_textbullet"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center_vertical"
android:paddingLeft="12dp"
android:paddingStart="12dp"
android:text="@string/changelog_row_bulletpoint"
android:textAppearance="@android:style/TextAppearance.Large"
android:textColor="@color/chglib_material_color_text_1" />


<!-- ChangeLog Row [Text] You have to use the id="chg_text" -->
<TextView
android:id="@+id/chg_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:minHeight="48dp"
android:paddingLeft="8dp"
android:paddingRight="8dp"
android:paddingBottom="4dp"
android:paddingTop="4dp"
android:textColor="@color/chglib_material_color_text_1"
android:textSize="@dimen/chglib_material_list_fontsize"
tools:text="Use DashClock with Android 4.2's Daydream feature; great for use with desktop docks!" />
</LinearLayout>


<?xml version="1.0" encoding="utf-8"?>


<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/chg_row"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:minHeight="48dp"
android:orientation="horizontal">

<!-- ChangeLog Row [Bullet Point] You have to use the id="chg_textbullet" -->
<TextView
android:id="@+id/chg_textbullet"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center_vertical"
android:paddingLeft="12dp"
android:paddingStart="12dp"
android:text="@string/changelog_row_bulletpoint"
android:textAppearance="@android:style/TextAppearance.Large"
android:textColor="@color/chglib_material_color_text_1" />


<!-- ChangeLog Row [Text] You have to use the id="chg_text" -->
<TextView
android:id="@+id/chg_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:minHeight="48dp"
android:paddingLeft="8dp"
android:paddingRight="8dp"
android:paddingBottom="4dp"
android:paddingTop="4dp"
android:textColor="@color/chglib_material_color_text_1"
android:textSize="@dimen/chglib_material_list_fontsize"
tools:text="Use DashClock with Android 4.2's Daydream feature; great for use with desktop docks!" />
</LinearLayout>


88 changes: 44 additions & 44 deletions Android/res/layout/layout_changelog_row_header.xml
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/chg_rowheader"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:minHeight="56dp"
android:orientation="horizontal"
android:paddingLeft="12dp"
android:paddingRight="12dp">


<!-- ChangeLog Header [Version] You have to use the id="chg_headerVersion" -->
<TextView
android:id="@+id/chg_headerVersion"
style="?android:attr/listSeparatorTextViewStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:paddingBottom="8dp"
android:paddingTop="8dp"
android:textAllCaps="true"
android:textColor="@color/chglib_material_color_text_1"
android:textSize="@dimen/chglib_material_list_suheader_fontsize"
android:textStyle="bold"
tools:text="VERSION 1.5" />

<!-- ChangeLog Header [Date] You have to use the id="chg_headerDate" -->
<TextView
android:id="@+id/chg_headerDate"
style="?android:attr/listSeparatorTextViewStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:paddingBottom="8dp"
android:paddingTop="8dp"
tools:text="JUNE 17,2013"
android:textAllCaps="true"
android:textColor="@color/chglib_material_color_text_1"
android:textSize="@dimen/chglib_material_list_suheader_fontsize"
android:textStyle="bold" />


<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/chg_rowheader"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:minHeight="56dp"
android:orientation="horizontal"
android:paddingLeft="12dp"
android:paddingRight="12dp">


<!-- ChangeLog Header [Version] You have to use the id="chg_headerVersion" -->
<TextView
android:id="@+id/chg_headerVersion"
style="?android:attr/listSeparatorTextViewStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:paddingBottom="8dp"
android:paddingTop="8dp"
android:textAllCaps="true"
android:textColor="@color/chglib_material_color_text_1"
android:textSize="@dimen/chglib_material_list_suheader_fontsize"
android:textStyle="bold"
tools:text="VERSION 1.5" />

<!-- ChangeLog Header [Date] You have to use the id="chg_headerDate" -->
<TextView
android:id="@+id/chg_headerDate"
style="?android:attr/listSeparatorTextViewStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:paddingBottom="8dp"
android:paddingTop="8dp"
tools:text="JUNE 17,2013"
android:textAllCaps="true"
android:textColor="@color/chglib_material_color_text_1"
android:textSize="@dimen/chglib_material_list_suheader_fontsize"
android:textStyle="bold" />


</LinearLayout>

0 comments on commit 1d6c5c3

Please sign in to comment.