diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-10-10 13:28:27 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-10-10 13:28:27 +0400 |
| commit | 171461be5343bbd833777bd239dece519b2977de (patch) | |
| tree | 6b12beaf1035fd2f8a7a1924e2e7752406bddfa5 /res/layout | |
| parent | 81118dda6feaa5b9949174a48821dcb2eb1dbaf5 (diff) | |
| parent | e80c14c8f598b5ad83ec22d8848f342f196439ce (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.xml | 9 |
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"
|