summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_selected.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/headlines_row_selected.xml')
-rw-r--r--res/layout/headlines_row_selected.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml
index 115167bb..4edae560 100644
--- a/res/layout/headlines_row_selected.xml
+++ b/res/layout/headlines_row_selected.xml
@@ -3,7 +3,7 @@
android:id="@+id/headlines_row"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:background="?headlineSelectedBackground"
+ android:background="?headlineSelectedBackgroundSolid"
android:orientation="vertical" >
<LinearLayout
@@ -67,7 +67,7 @@
android:singleLine="true"
android:text="{Feed title...}"
android:textColor="?headlineExcerptTextColor"
- android:textSize="11sp" />
+ android:textSize="10sp" />
<TextView
android:id="@+id/date"
@@ -76,7 +76,7 @@
android:gravity="center_horizontal"
android:text="Jan 01"
android:textColor="#909090"
- android:textSize="11sp" >
+ android:textSize="10sp" >
</TextView>
<LinearLayout