summaryrefslogtreecommitdiff
path: root/res/layout/article_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/article_fragment.xml')
-rw-r--r--res/layout/article_fragment.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml
index 0b847017..e228dbe1 100644
--- a/res/layout/article_fragment.xml
+++ b/res/layout/article_fragment.xml
@@ -22,6 +22,16 @@
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:gravity="right"
+ android:text="24 comments"
+ android:textSize="13sp" />
+
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"