mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-22 03:58:20 -04:00
Add a small padding to the "found x applications matching..." string in SearchResults
This commit is contained in:
1 parent
47575b5c56
commit
bc77804eee
1 file changed
+2
-1
@@ -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" />
|
||||
|
||||
Reference in new issue
Block a user