summaryrefslogtreecommitdiff
path: root/res/layout/article_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-20 13:05:09 +0400
committerAndrew Dolgov <[email protected]>2012-06-20 13:05:09 +0400
commite9fa47175c88345c44e5b846b0aebeb98623ec28 (patch)
treef7ba36fb674445f4d5b9d91de3877062df900571 /res/layout/article_fragment.xml
parent21126446c22572609c3b8ac58880c034e0c46c83 (diff)
work around against activity always asking about continue/stop sync;
misc fixes
Diffstat (limited to 'res/layout/article_fragment.xml')
-rw-r--r--res/layout/article_fragment.xml8
1 files changed, 4 insertions, 4 deletions
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" />
<TextView
android:id="@+id/date"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_weight="1"
+ android:layout_weight="0.2"
android:gravity="right"
android:text="{DATE}"
android:textAppearance="?android:attr/textAppearanceSmall"
- android:textSize="10sp" />
+ android:textSize="13sp" />
</LinearLayout>
</LinearLayout>