diff --git a/res/drawable-hdpi/empty_search_results.png b/res/drawable-hdpi/empty_search_results.png new file mode 100644 index 00000000000..290f0ed5fdd Binary files /dev/null and b/res/drawable-hdpi/empty_search_results.png differ diff --git a/res/drawable-mdpi/empty_search_results.png b/res/drawable-mdpi/empty_search_results.png new file mode 100644 index 00000000000..9ef49a62516 Binary files /dev/null and b/res/drawable-mdpi/empty_search_results.png differ diff --git a/res/drawable-xhdpi/empty_search_results.png b/res/drawable-xhdpi/empty_search_results.png new file mode 100644 index 00000000000..92a93924593 Binary files /dev/null and b/res/drawable-xhdpi/empty_search_results.png differ diff --git a/res/drawable-xxhdpi/empty_search_results.png b/res/drawable-xxhdpi/empty_search_results.png new file mode 100644 index 00000000000..894ed7b5261 Binary files /dev/null and b/res/drawable-xxhdpi/empty_search_results.png differ diff --git a/res/drawable-xxxhdpi/empty_search_results.png b/res/drawable-xxxhdpi/empty_search_results.png new file mode 100644 index 00000000000..8f12e96012c Binary files /dev/null and b/res/drawable-xxxhdpi/empty_search_results.png differ diff --git a/res/drawable/no_search_results.xml b/res/drawable/no_search_results.xml deleted file mode 100644 index a75a4438152..00000000000 --- a/res/drawable/no_search_results.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/res/layout/search_panel.xml b/res/layout/search_panel.xml index 8f7284721c5..9445e0c162a 100644 --- a/res/layout/search_panel.xml +++ b/res/layout/search_panel.xml @@ -61,18 +61,20 @@ android:id="@+id/no_results_layout" android:layout_width="match_parent" android:layout_height="match_parent" - android:gravity="center" + android:paddingTop="80dp" android:orientation="vertical" android:visibility="gone"> + android:layout_height="160dp" + android:layout_width="160dp" + android:layout_gravity="center_horizontal" + android:src="@drawable/empty_search_results"/>