diff options
author | John Reck <jreck@google.com> | 2011-10-10 15:33:48 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2012-04-18 14:29:03 -0700 |
commit | f94abcf44fc1611f76e55461f48220e621fc31b7 (patch) | |
tree | 678fab453c53611388e27cde68371192e194082f /res | |
parent | f1286a455eeacd02dfcca1335e6a7a9f87433c1b (diff) | |
download | packages_apps_browser-f94abcf44fc1611f76e55461f48220e621fc31b7.zip packages_apps_browser-f94abcf44fc1611f76e55461f48220e621fc31b7.tar.gz packages_apps_browser-f94abcf44fc1611f76e55461f48220e621fc31b7.tar.bz2 |
Load bookmarks asynchronously
Bug: 5297900
Change-Id: I8b728cfe06799099e21c402d5da7087507209ffa
Diffstat (limited to 'res')
-rw-r--r-- | res/values/ids.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/ids.xml b/res/values/ids.xml index f342d4c..211b02f 100644 --- a/res/values/ids.xml +++ b/res/values/ids.xml @@ -20,4 +20,6 @@ <item type="id" name="child_position" /> <item type="id" name="child_id" /> <item type="id" name="tab_view" /> + <item type="id" name="position" /> + <item type="id" name="load_object" /> </resources> |