summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout-sw600dp-port/headlines_row_selected.xml6
-rw-r--r--res/layout-sw600dp/headlines_row.xml6
-rw-r--r--res/layout-sw600dp/headlines_row_selected.xml6
-rw-r--r--res/layout-sw600dp/headlines_row_unread.xml6
4 files changed, 16 insertions, 8 deletions
diff --git a/res/layout-sw600dp-port/headlines_row_selected.xml b/res/layout-sw600dp-port/headlines_row_selected.xml
index eb953b91..dd313d25 100644
--- a/res/layout-sw600dp-port/headlines_row_selected.xml
+++ b/res/layout-sw600dp-port/headlines_row_selected.xml
@@ -28,7 +28,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical" >
-
+
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
@@ -37,7 +37,9 @@
android:singleLine="true"
android:text="{Title...}"
android:textColor="?headlineSelectedTextColor"
- android:textSize="16sp" >
+ android:textSize="16sp"
+ android:textStyle="bold" >
+
</TextView>
<TextView
diff --git a/res/layout-sw600dp/headlines_row.xml b/res/layout-sw600dp/headlines_row.xml
index b32302fd..e23bf87d 100644
--- a/res/layout-sw600dp/headlines_row.xml
+++ b/res/layout-sw600dp/headlines_row.xml
@@ -28,7 +28,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical" >
-
+
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
@@ -37,7 +37,9 @@
android:singleLine="true"
android:text="{Title...}"
android:textColor="?headlineTextColor"
- android:textSize="16sp" >
+ android:textSize="16sp"
+ android:textStyle="bold" >
+
</TextView>
<TextView
diff --git a/res/layout-sw600dp/headlines_row_selected.xml b/res/layout-sw600dp/headlines_row_selected.xml
index 5da7e175..52d85cee 100644
--- a/res/layout-sw600dp/headlines_row_selected.xml
+++ b/res/layout-sw600dp/headlines_row_selected.xml
@@ -28,7 +28,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical" >
-
+
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
@@ -37,7 +37,9 @@
android:singleLine="true"
android:text="{Title...}"
android:textColor="?headlineSelectedTextColor"
- android:textSize="16sp" >
+ android:textSize="16sp"
+ android:textStyle="bold" >
+
</TextView>
<TextView
diff --git a/res/layout-sw600dp/headlines_row_unread.xml b/res/layout-sw600dp/headlines_row_unread.xml
index 47b81721..527d2aa9 100644
--- a/res/layout-sw600dp/headlines_row_unread.xml
+++ b/res/layout-sw600dp/headlines_row_unread.xml
@@ -28,7 +28,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical" >
-
+
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
@@ -37,7 +37,9 @@
android:singleLine="true"
android:text="{Title...}"
android:textColor="?headlineUnreadTextColor"
- android:textSize="16sp" >
+ android:textSize="16sp"
+ android:textStyle="bold" >
+
</TextView>
<TextView