summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-20 14:16:24 +0400
committerAndrew Dolgov <[email protected]>2012-06-20 14:16:24 +0400
commitb7c9792ada57c2fcc398c95320bfbb57ae59fb35 (patch)
tree866027a4bbb5e3552014eeb94d42eec5c3188560 /res/layout/headlines_row_unread.xml
parent1ffdbfe1873f0b5b41ff05553cdc8b0fe5e99510 (diff)
various layout and code updates to support feed_title in virtual feeds
(requires API 3)
Diffstat (limited to 'res/layout/headlines_row_unread.xml')
-rw-r--r--res/layout/headlines_row_unread.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index bf980749..5a2bbc53 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -56,7 +56,7 @@
android:textSize="13sp" >
</TextView>
</LinearLayout>
-
+
<LinearLayout
android:id="@+id/linerLayout3"
android:layout_width="wrap_content"
@@ -66,12 +66,24 @@
android:padding="3dip" >
<TextView
+ android:id="@+id/feed_title"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:ellipsize="end"
+ android:gravity="center_horizontal"
+ android:singleLine="true"
+ android:text="{Feed title...}"
+ android:textColor="?headlineExcerptTextColor"
+ android:textSize="11sp" />
+
+ <TextView
android:id="@+id/date"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:gravity="center_horizontal"
android:text="Jan 01"
android:textColor="#909090"
- android:textSize="13sp" >
+ android:textSize="11sp" >
</TextView>
<LinearLayout
@@ -98,6 +110,7 @@
</ImageView>
</LinearLayout>
</LinearLayout>
+
</LinearLayout>
<TextView