summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-09-09 12:21:11 +0400
committerAndrew Dolgov <[email protected]>2013-09-09 12:21:11 +0400
commit3785564cab9225dd52906ba3f36262256a7747e5 (patch)
treef54dff3869762adff2a9f616a1049786d5a141ab /res/layout/headlines_row_unread.xml
parentc47ae09d16d61378759878b2ed88fc98013668a4 (diff)
fix card offsets wonky select highlighting
Diffstat (limited to 'res/layout/headlines_row_unread.xml')
-rw-r--r--res/layout/headlines_row_unread.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index 93fe4106..50eb582e 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -3,9 +3,10 @@
android:id="@+id/headlines_row"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
+ android:paddingBottom="3dp"
android:paddingLeft="6dp"
android:paddingRight="6dp"
- android:paddingTop="6dp" >
+ android:paddingTop="3dp" >
<LinearLayout
android:id="@+id/inner_row"