From e9fa47175c88345c44e5b846b0aebeb98623ec28 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Jun 2012 13:05:09 +0400 Subject: work around against activity always asking about continue/stop sync; misc fixes --- res/layout/article_fragment.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'res/layout') diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml index 0dfd29f2..f884f8c2 100644 --- a/res/layout/article_fragment.xml +++ b/res/layout/article_fragment.xml @@ -58,21 +58,21 @@ android:id="@+id/tags" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_weight="1" + android:layout_weight="0.7" android:ellipsize="end" android:singleLine="true" android:text="{TAGS}" - android:textSize="10sp" /> + android:textSize="13sp" /> + android:textSize="13sp" /> -- cgit v1.2.3-54-g00ecf