summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-24 13:54:14 +0400
committerAndrew Dolgov <[email protected]>2014-01-24 13:54:14 +0400
commit410d8cba8522ee6d93ebaaaec47fa1a8f78ac637 (patch)
tree7911c2fa2d02e041bedb25f6f98e381a258c1290 /res
parent8a97531a5a1d2e013db08b7fbef0eb2cd10baaf9 (diff)
article fragment: fix wrong padding
Diffstat (limited to 'res')
-rw-r--r--res/layout/article_fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml
index 65ff34f9..571e13d1 100644
--- a/res/layout/article_fragment.xml
+++ b/res/layout/article_fragment.xml
@@ -29,8 +29,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:paddingTop="4dp"
- android:fontFamily="sans-serif-condensed"
- android:paddingBottom="4dp"
+ android:fontFamily="sans-serif-condensed"
android:text="My simple headline"
android:textColor="?linkColor"
android:textSize="18sp" />
@@ -41,6 +40,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:fontFamily="sans-serif-light"
+ android:paddingTop="4dp"
android:text="24 comments"
android:textColor="?linkColor"
android:textSize="12sp" />