mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-01-30 09:41:33 -05:00
Add a small padding to the "found x applications matching..." string in SearchResults
This commit is contained in:
@@ -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