summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-10-26 13:23:22 -0700
committerJohn Reck <jreck@google.com>2011-10-26 13:23:34 -0700
commit986991e05172aed5c46fd050e3a1a066b635ff9e (patch)
tree5d18095d3ec49a220d45a679832fcc33fbc93be8
parent7f2b28c8a5c92dff6a85d1f17a3b5d52c0429611 (diff)
downloadpackages_apps_browser-986991e05172aed5c46fd050e3a1a066b635ff9e.zip
packages_apps_browser-986991e05172aed5c46fd050e3a1a066b635ff9e.tar.gz
packages_apps_browser-986991e05172aed5c46fd050e3a1a066b635ff9e.tar.bz2
Add new default bookmark
Bug: 5479018 Change-Id: Iedb8cffcf35d5f1ba98ac34e0b724c4235cb7d38
-rw-r--r--res/raw/thumb_help.pngbin0 -> 6508 bytes
-rw-r--r--res/values/bookmarks_icons.xml2
-rw-r--r--res/values/strings.xml5
3 files changed, 7 insertions, 0 deletions
diff --git a/res/raw/thumb_help.png b/res/raw/thumb_help.png
new file mode 100644
index 0000000..9f18fc1
--- /dev/null
+++ b/res/raw/thumb_help.png
Binary files differ
diff --git a/res/values/bookmarks_icons.xml b/res/values/bookmarks_icons.xml
index 5d8e85a..afad0ce 100644
--- a/res/values/bookmarks_icons.xml
+++ b/res/values/bookmarks_icons.xml
@@ -3,6 +3,8 @@
<array name="bookmark_preloads">
<item>@raw/favicon_google</item>
<item>@raw/thumb_google</item>
+ <item>@raw/favicon_google</item>
+ <item>@raw/thumb_help</item>
<item>@raw/favicon_picasa</item>
<item>@raw/thumb_picasa</item>
<item>@raw/favicon_yahoo</item>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6a1a6f1..1e5f68f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -774,10 +774,15 @@
<string name="instant_base" translatable="false">
http://www.google.com/webhp?client={CID}&amp;source=android-instant&amp;ion=1</string>
+ <!-- The name of the help page bookmark [CHAR LIMIT=10] -->
+ <string name="help_page">Help</string>
+
<!-- Bookmarks -->
<string-array name="bookmarks" translatable="false">
<item>Google</item>
<item>http://www.google.com/</item>
+ <item>@string/help_page</item>
+ <item>http://www.google.com/support/mobile/?p=help_home</item>
<item>Picasa</item>
<item>http://picasaweb.google.com/</item>
<item>Yahoo!</item>