summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/headlines_row.xml')
-rw-r--r--res/layout/headlines_row.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml
index c4ea2c76..937f02fc 100644
--- a/res/layout/headlines_row.xml
+++ b/res/layout/headlines_row.xml
@@ -3,9 +3,10 @@
android:id="@+id/headlines_row"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:paddingTop="6dp"
+ android:paddingBottom="3dp"
android:paddingLeft="6dp"
- android:paddingRight="6dp" >
+ android:paddingRight="6dp"
+ android:paddingTop="3dp" >
<LinearLayout
android:id="@+id/inner_row"