Add a small padding to the "found x applications matching..." string in SearchResults
This commit is contained in:
parent
47575b5c56
commit
bc77804eee
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user