commit | 88b8f31af9718d20edf09492aa635181281b2bee | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@android.com> | Mon Sep 21 15:30:15 2009 -0400 |
committer | Joe Onorato <joeo@android.com> | Mon Sep 21 15:30:15 2009 -0400 |
tree | d882d1f1b6260f83f6998df689728d839d196d57 | |
parent | 79e56263dbcbe85dc434df372bc6e6730aa13477 [diff] |
Correct size for "Google" in search widget. Fixes http://b/issue?id=2100799 . Used official logo from creativelab.corp, specifically https://creativelab.corp.google.com/brandsite/logo-files/Glogo_flat_black.eps ...at 27% opacity, matching the original mdpi version. Updated the mdpi version using the same source artwork so they're consistent.
diff --git a/res/drawable-hdpi/placeholder_google.png b/res/drawable-hdpi/placeholder_google.png new file mode 100644 index 0000000..923c8b8 --- /dev/null +++ b/res/drawable-hdpi/placeholder_google.png Binary files differ
diff --git a/res/drawable-mdpi/placeholder_google.png b/res/drawable-mdpi/placeholder_google.png new file mode 100644 index 0000000..4af30aa --- /dev/null +++ b/res/drawable-mdpi/placeholder_google.png Binary files differ
diff --git a/src/com/android/launcher2/Search.java b/src/com/android/launcher2/Search.java index 214d585..ccf7792 100644 --- a/src/com/android/launcher2/Search.java +++ b/src/com/android/launcher2/Search.java
@@ -320,7 +320,7 @@ } /** - * If appropriate & available, configure voice search + * If appropriate & available, configure voice search * * Note: Because the home screen search widget is always web search, we only check for * getVoiceSearchLaunchWebSearch() modes. We don't support the alternate form of app-specific