From bc77804eee38decbec27cee963ec69ccc0af956e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Fri, 26 Jul 2013 00:14:42 +0200 Subject: [PATCH] Add a small padding to the "found x applications matching..." string in SearchResults --- res/layout/searchresults.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/searchresults.xml b/res/layout/searchresults.xml index 9a50fb949..4f4d633b4 100644 --- a/res/layout/searchresults.xml +++ b/res/layout/searchresults.xml @@ -4,7 +4,8 @@ android:orientation="vertical"> + android:layout_width="fill_parent" android:layout_height="wrap_content" + android:padding="2dp" />