diff options
Diffstat (limited to 'res/layout-port')
| -rw-r--r-- | res/layout-port/headlines_row.xml | 4 |
1 files changed, 1 insertions, 3 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"
|