summaryrefslogtreecommitdiff
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-31 13:02:27 +0400
committerAndrew Dolgov <[email protected]>2012-12-31 13:02:27 +0400
commitc3e8c5c4b1258c4d5be140d3b72b98cc6997da54 (patch)
treef1575b44ab1244e042208f9a5ed6e1ba42795a73 /res/layout-sw600dp
parent44598d89e93b1bb3f1e2edd1de904082df0a737c (diff)
tweak tablet headline display
Diffstat (limited to 'res/layout-sw600dp')
-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
3 files changed, 12 insertions, 6 deletions
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