aboutsummaryrefslogtreecommitdiff
path: root/res/layout/headlines_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>2012-06-20 14:16:24 +0400
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>2012-06-20 14:16:24 +0400
commitb7c9792ada57c2fcc398c95320bfbb57ae59fb35 (patch)
tree866027a4bbb5e3552014eeb94d42eec5c3188560 /res/layout/headlines_row.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.xml')
-rw-r--r--res/layout/headlines_row.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml
index 77e98234..26c7bc95 100644
--- a/res/layout/headlines_row.xml
+++ b/res/layout/headlines_row.xml
@@ -58,7 +58,7 @@
android:textSize="13sp" >
</TextView>
</LinearLayout>
-
+
<LinearLayout
android:id="@+id/linerLayout3"
android:layout_width="wrap_content"
@@ -68,12 +68,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
@@ -100,6 +112,7 @@
</ImageView>
</LinearLayout>
</LinearLayout>
+
</LinearLayout>
<TextView