From fbb95edd918d2c9dd978202caba9e0065db003f9 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Thu, 28 May 2015 19:22:08 -0700 Subject: #509 Convert search to use RecyclerView --- app/src/main/res/layout/basic_header.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/basic_header.xml b/app/src/main/res/layout/basic_header.xml index 39f8722d..b5ae900a 100644 --- a/app/src/main/res/layout/basic_header.xml +++ b/app/src/main/res/layout/basic_header.xml @@ -8,4 +8,6 @@ android:textColor="@color/cyan" android:textStyle="bold" android:paddingLeft="6dp" - android:paddingRight="6dp"/> \ No newline at end of file + android:paddingRight="6dp" + android:paddingTop="8dp" + android:paddingBottom="8dp"/> \ No newline at end of file -- cgit v1.2.3