summaryrefslogtreecommitdiff
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-31 10:49:38 +0400
committerAndrew Dolgov <[email protected]>2013-03-31 10:49:38 +0400
commit2a268f6c6a5104d4e08d78114462bfcf93bfdc10 (patch)
treeaa0b2a1c64e5160336adde0d08c6e621ca2d5aca /res/layout-sw600dp
parent5792022b559eb3ac886f363f76b6f3857efb8d29 (diff)
fix author missing in sw600dp article fragment xml
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/article_fragment.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/res/layout-sw600dp/article_fragment.xml b/res/layout-sw600dp/article_fragment.xml
index dd97dad2..d4ffd99d 100644
--- a/res/layout-sw600dp/article_fragment.xml
+++ b/res/layout-sw600dp/article_fragment.xml
@@ -18,7 +18,7 @@
android:layout_weight="0"
android:orientation="vertical"
android:paddingBottom="4sp" >
-
+
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
@@ -27,7 +27,20 @@
android:text="There are many variations of passages of Lorem Ipsum available"
android:textColor="?linkColor"
android:textSize="21sp" />
-
+
+ <TextView
+ android:id="@+id/author"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:ellipsize="end"
+ android:singleLine="true"
+ android:gravity="right"
+ android:textStyle="italic"
+ android:text="{Author}"
+ android:textColor="?headlineExcerptTextColor"
+ android:textSize="13sp" />
+
<TextView
android:id="@+id/comments"
android:layout_width="match_parent"