summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-26 12:45:27 +0400
committerAndrew Dolgov <[email protected]>2013-04-26 12:45:27 +0400
commite4b37064382d43c6e591bdf99d7f298c5dbdc3c6 (patch)
tree085f2512dfff73b620a1ac4da06d7a4e1d7a3caf /res
parent2bb0a6c44f778b19c70244f7c47457f7ecfa297c (diff)
fix unnecessary bold font in titles on headlines row views
Diffstat (limited to 'res')
-rw-r--r--res/layout-port/headlines_row.xml4
-rw-r--r--res/layout-sw600dp/headlines_row.xml4
-rw-r--r--res/layout/headlines_row.xml4
3 files changed, 4 insertions, 8 deletions
diff --git a/res/layout-port/headlines_row.xml b/res/layout-port/headlines_row.xml
index 7ad36445..ec0e6cd8 100644
--- a/res/layout-port/headlines_row.xml
+++ b/res/layout-port/headlines_row.xml
@@ -14,7 +14,6 @@
android:layout_weight="1"
android:orientation="vertical"
android:padding="3dip" >
-
<TextView
android:id="@+id/title"
@@ -24,8 +23,7 @@
android:singleLine="false"
android:text="There are many variations of passages of Lorem Ipsum available"
android:textColor="?headlineTextColor"
- android:textSize="16sp"
- android:textStyle="bold" />
+ android:textSize="16sp" />
<LinearLayout
android:id="@+id/feed_and_author"
diff --git a/res/layout-sw600dp/headlines_row.xml b/res/layout-sw600dp/headlines_row.xml
index c3bdacbd..d049dbcc 100644
--- a/res/layout-sw600dp/headlines_row.xml
+++ b/res/layout-sw600dp/headlines_row.xml
@@ -29,7 +29,6 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical" >
-
<TextView
android:id="@+id/title"
@@ -39,8 +38,7 @@
android:singleLine="false"
android:text="{Title...}"
android:textColor="?headlineTextColor"
- android:textSize="16sp"
- android:textStyle="bold" >
+ android:textSize="16sp" >
</TextView>
diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml
index 571cfd9b..ccbf4366 100644
--- a/res/layout/headlines_row.xml
+++ b/res/layout/headlines_row.xml
@@ -38,8 +38,8 @@
android:singleLine="false"
android:text="{Title...}"
android:textColor="?headlineTextColor"
- android:textSize="16sp"
- android:textStyle="bold" >
+ android:textSize="16sp" >
+
</TextView>
<LinearLayout