summaryrefslogtreecommitdiff
path: root/res/layout-port
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-port
parent06b61761242f2fe762eb0fdfb6e1306a403ed99b (diff)
headlines row layouts: fix line endings (wtf)
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/headlines_row.xml10
-rw-r--r--res/layout-port/headlines_row_selected.xml10
-rw-r--r--res/layout-port/headlines_row_unread.xml10
3 files changed, 21 insertions, 9 deletions
diff --git a/res/layout-port/headlines_row.xml b/res/layout-port/headlines_row.xml
index 66c87e49..7bdb6e65 100644
--- a/res/layout-port/headlines_row.xml
+++ b/res/layout-port/headlines_row.xml
@@ -14,7 +14,8 @@
android:layout_weight="1"
android:orientation="vertical"
android:padding="3dip" >
-
+
+
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
@@ -46,7 +47,8 @@
android:text="Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."
android:textColor="?headlineExcerptTextColor"
android:textSize="13sp" />
-
+
+
<LinearLayout
android:id="@+id/linearLayout4"
android:layout_width="match_parent"
@@ -62,7 +64,9 @@
android:layout_height="wrap_content"
android:layout_weight="0"
android:focusable="false" />
-
+
+
+
<TextView
android:id="@+id/date"
android:layout_width="match_parent"
diff --git a/res/layout-port/headlines_row_selected.xml b/res/layout-port/headlines_row_selected.xml
index 83f7a14d..07119bf7 100644
--- a/res/layout-port/headlines_row_selected.xml
+++ b/res/layout-port/headlines_row_selected.xml
@@ -14,7 +14,8 @@
android:layout_weight="1"
android:orientation="vertical"
android:padding="3dip" >
-
+
+
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
@@ -46,7 +47,8 @@
android:text="Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."
android:textColor="?headlineSelectedExcerptTextColor"
android:textSize="13sp" />
-
+
+
<LinearLayout
android:id="@+id/linearLayout4"
android:layout_width="match_parent"
@@ -62,7 +64,9 @@
android:layout_height="wrap_content"
android:layout_weight="0"
android:focusable="false" />
-
+
+
+
<TextView
android:id="@+id/date"
android:layout_width="match_parent"
diff --git a/res/layout-port/headlines_row_unread.xml b/res/layout-port/headlines_row_unread.xml
index 2c1c362b..fc4ba8a4 100644
--- a/res/layout-port/headlines_row_unread.xml
+++ b/res/layout-port/headlines_row_unread.xml
@@ -14,7 +14,8 @@
android:layout_weight="1"
android:orientation="vertical"
android:padding="3dip" >
-
+
+
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
@@ -46,7 +47,8 @@
android:text="Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."
android:textColor="?headlineExcerptTextColor"
android:textSize="13sp" />
-
+
+
<LinearLayout
android:id="@+id/linearLayout4"
android:layout_width="match_parent"
@@ -62,7 +64,9 @@
android:layout_height="wrap_content"
android:layout_weight="0"
android:focusable="false" />
-
+
+
+
<TextView
android:id="@+id/date"
android:layout_width="match_parent"