summaryrefslogtreecommitdiff
path: root/res/layout/article_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-30 12:02:26 +0300
committerAndrew Dolgov <[email protected]>2011-11-30 12:02:26 +0300
commitbb0438358d1c9ed5e8250ec961124f18e309b4c3 (patch)
treee392641e33e7388fff7a7e0f46839ad5c7cf46d3 /res/layout/article_fragment.xml
parentbc688118d286f71054d9b7b8ce5c6804c94e2412 (diff)
allow longer titles in article view
Diffstat (limited to 'res/layout/article_fragment.xml')
-rw-r--r--res/layout/article_fragment.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml
index 679d73df..62f15143 100644
--- a/res/layout/article_fragment.xml
+++ b/res/layout/article_fragment.xml
@@ -65,9 +65,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:ellipsize="end"
- android:singleLine="true"
- android:text="{Title}"
+ android:text="There are many variations of passages of Lorem Ipsum available"
/>
<LinearLayout