summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/headlines_row.xml13
-rw-r--r--res/layout/headlines_row_selected.xml13
-rw-r--r--res/layout/headlines_row_unread.xml17
3 files changed, 30 insertions, 13 deletions
diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml
index 71a920a7..24e0d910 100644
--- a/res/layout/headlines_row.xml
+++ b/res/layout/headlines_row.xml
@@ -21,7 +21,8 @@
android:paddingLeft="6dip"
android:paddingRight="6dip" >
</CheckBox>
-
+
+
<LinearLayout
android:id="@+id/linearLayout1"
android:layout_width="match_parent"
@@ -29,7 +30,8 @@
android:layout_weight="1"
android:orientation="vertical"
android:padding="3dp" >
-
+
+
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
@@ -62,7 +64,8 @@
android:textColor="?headlineExcerptTextColor"
android:textSize="13sp" >
</TextView>
-
+
+
<TextView
android:id="@+id/date"
android:layout_width="wrap_content"
@@ -74,7 +77,9 @@
android:textStyle="italic" />
</LinearLayout>
-
+
+
+
<LinearLayout
android:id="@+id/linearLayout4"
android:layout_width="wrap_content"
diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml
index a53b6af2..c4423d57 100644
--- a/res/layout/headlines_row_selected.xml
+++ b/res/layout/headlines_row_selected.xml
@@ -21,7 +21,8 @@
android:paddingLeft="6dip"
android:paddingRight="6dip" >
</CheckBox>
-
+
+
<LinearLayout
android:id="@+id/linearLayout1"
android:layout_width="match_parent"
@@ -29,7 +30,8 @@
android:layout_weight="1"
android:orientation="vertical"
android:padding="3dp" >
-
+
+
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
@@ -62,7 +64,8 @@
android:textColor="?headlineSelectedExcerptTextColor"
android:textSize="13sp" >
</TextView>
-
+
+
<TextView
android:id="@+id/date"
android:layout_width="wrap_content"
@@ -74,7 +77,9 @@
android:textStyle="italic" />
</LinearLayout>
-
+
+
+
<LinearLayout
android:id="@+id/linearLayout4"
android:layout_width="wrap_content"
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index 4884c8c2..c530d0ee 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -5,7 +5,9 @@
android:layout_height="wrap_content"
android:background="?headlineUnreadBackground"
android:orientation="vertical" >
-
+
+
+
<LinearLayout
android:id="@+id/linearLayout6"
android:layout_width="match_parent"
@@ -21,7 +23,8 @@
android:paddingLeft="6dip"
android:paddingRight="6dip" >
</CheckBox>
-
+
+
<LinearLayout
android:id="@+id/linearLayout1"
android:layout_width="match_parent"
@@ -29,7 +32,8 @@
android:layout_weight="1"
android:orientation="vertical"
android:padding="3dp" >
-
+
+
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
@@ -62,7 +66,8 @@
android:textColor="?headlineExcerptTextColor"
android:textSize="13sp" >
</TextView>
-
+
+
<TextView
android:id="@+id/date"
android:layout_width="wrap_content"
@@ -74,7 +79,9 @@
android:textStyle="italic" />
</LinearLayout>
-
+
+
+
<LinearLayout
android:id="@+id/linearLayout4"
android:layout_width="wrap_content"