diff --git a/core/res/res/drawable-hdpi/search_plate_global.9.png b/core/res/res/drawable-hdpi/search_plate_global.9.png index 32c6dc3709ee0..e9f4f12cc9641 100644 Binary files a/core/res/res/drawable-hdpi/search_plate_global.9.png and b/core/res/res/drawable-hdpi/search_plate_global.9.png differ diff --git a/core/res/res/drawable-hdpi/search_source_selector_indicator.png b/core/res/res/drawable-hdpi/search_source_selector_indicator.png index b93a0c0bbfb33..e81d9acc695f0 100644 Binary files a/core/res/res/drawable-hdpi/search_source_selector_indicator.png and b/core/res/res/drawable-hdpi/search_source_selector_indicator.png differ diff --git a/core/res/res/drawable-mdpi/search_plate_global.9.png b/core/res/res/drawable-mdpi/search_plate_global.9.png index 1cad9020d5649..bb7400e7a08c3 100644 Binary files a/core/res/res/drawable-mdpi/search_plate_global.9.png and b/core/res/res/drawable-mdpi/search_plate_global.9.png differ diff --git a/core/res/res/drawable-mdpi/search_source_selector_indicator.png b/core/res/res/drawable-mdpi/search_source_selector_indicator.png index 26bf18a68870f..b3efef2a68730 100644 Binary files a/core/res/res/drawable-mdpi/search_source_selector_indicator.png and b/core/res/res/drawable-mdpi/search_source_selector_indicator.png differ diff --git a/core/res/res/layout/search_bar.xml b/core/res/res/layout/search_bar.xml index 12285fde6cee6..2e93a39860aae 100644 --- a/core/res/res/layout/search_bar.xml +++ b/core/res/res/layout/search_bar.xml @@ -33,10 +33,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingLeft="12dip" - android:paddingRight="12dip" - android:paddingTop="7dip" - android:paddingBottom="16dip" + android:paddingLeft="4dip" + android:paddingRight="4dip" + android:paddingTop="4dip" android:background="@drawable/search_plate_global" > @@ -63,10 +62,11 @@ diff --git a/core/res/res/layout/search_source_selector.xml b/core/res/res/layout/search_source_selector.xml index c69dfc0e21595..9312b082f69cd 100644 --- a/core/res/res/layout/search_source_selector.xml +++ b/core/res/res/layout/search_source_selector.xml @@ -16,10 +16,11 @@