From aa0cfa7b6bf8000c59ceca2f9b698103e553d402 Mon Sep 17 00:00:00 2001 From: Bjorn Bringert Date: Fri, 29 Jan 2010 16:15:36 +0000 Subject: Update search source selector assets Change-Id: Id56e2ac195e1d1f8dcfe2fbe07025f3527396bba --- core/res/res/drawable-hdpi/search_plate_global.9.png | Bin 301 -> 307 bytes .../drawable-hdpi/search_source_selector_indicator.png | Bin 252 -> 171 bytes core/res/res/drawable-mdpi/search_plate_global.9.png | Bin 293 -> 291 bytes .../drawable-mdpi/search_source_selector_indicator.png | Bin 195 -> 161 bytes core/res/res/layout/search_bar.xml | 14 ++++++++------ core/res/res/layout/search_source_selector.xml | 6 ++++-- 6 files changed, 12 insertions(+), 8 deletions(-) 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 32c6dc3709ee..e9f4f12cc964 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 b93a0c0bbfb3..e81d9acc695f 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 1cad9020d564..bb7400e7a08c 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 26bf18a68870..b3efef2a6873 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 12285fde6cee..2e93a39860aa 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 c69dfc0e2159..9312b082f69c 100644 --- a/core/res/res/layout/search_source_selector.xml +++ b/core/res/res/layout/search_source_selector.xml @@ -16,10 +16,11 @@