From 6099fbb7e2bf4b035f579e8c211bcb13c88432f2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 26 Jun 2012 00:36:38 +0400 Subject: disable viewscroll (unstable on ICS, refs #462) enable split action bar back --- res/layout/article_fragment.xml | 150 +++++++++++++++++++--------------------- 1 file changed, 71 insertions(+), 79 deletions(-) (limited to 'res/layout/article_fragment.xml') diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml index ff7380c8..94e0a42e 100644 --- a/res/layout/article_fragment.xml +++ b/res/layout/article_fragment.xml @@ -3,109 +3,101 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="horizontal" > - - + android:layout_weight="1" + android:orientation="vertical" + android:padding="5sp" > + android:paddingBottom="5sp" > + + + android:layout_weight="1" > + android:layout_weight="0.7" + android:ellipsize="end" + android:singleLine="true" + android:text="{TAGS}" + android:textSize="13sp" /> - + android:layout_weight="0.2" + android:gravity="right" + android:text="{DATE}" + android:textAppearance="?android:attr/textAppearanceSmall" + android:textSize="13sp" /> + + - + - - - + - + - + android:prompt="@string/attachments_prompt" /> - - - - -