aboutsummaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>2012-10-10 13:28:27 +0400
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>2012-10-10 13:28:27 +0400
commit171461be5343bbd833777bd239dece519b2977de (patch)
tree6b12beaf1035fd2f8a7a1924e2e7752406bddfa5 /res/layout
parent81118dda6feaa5b9949174a48821dcb2eb1dbaf5 (diff)
parente80c14c8f598b5ad83ec22d8848f342f196439ce (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS-for-Honeycomb
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/article_fragment.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml
index 0b847017..2320625b 100644
--- a/res/layout/article_fragment.xml
+++ b/res/layout/article_fragment.xml
@@ -22,6 +22,15 @@
android:text="There are many variations of passages of Lorem Ipsum available"
android:textSize="16sp" />
+ <TextView
+ android:id="@+id/comments"
+ android:textColor="?linkColor"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:text="24 comments"
+ android:textSize="13sp" />
+
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"