summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-24 00:42:34 +0400
committerAndrew Dolgov <[email protected]>2013-02-24 00:42:34 +0400
commitcdec1852e021e8b5854ef964ee24bcc27e973d3a (patch)
tree6a162f0793451b15bd29aa0441e958c13a654e13 /res/layout/headlines_row_unread.xml
parent06b61761242f2fe762eb0fdfb6e1306a403ed99b (diff)
headlines row layouts: fix line endings (wtf)
Diffstat (limited to 'res/layout/headlines_row_unread.xml')
-rw-r--r--res/layout/headlines_row_unread.xml17
1 files changed, 12 insertions, 5 deletions
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"