Add a small padding to the "found x applications matching..." string in SearchResults

This commit is contained in:
Daniel Martí 2013-07-26 00:14:42 +02:00
parent 47575b5c56
commit bc77804eee

View File

@ -4,7 +4,8 @@
android:orientation="vertical">
<TextView android:id="@+id/description" android:singleLine="false"
android:layout_width="fill_parent" android:layout_height="wrap_content" />
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:padding="2dp" />
<ListView android:id="@android:id/list" android:layout_width="fill_parent"
android:layout_height="fill_parent" />