blob: b2cfa930b25a3bba10ac3a5fe295557835e1aa71 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Number of suggestions slots that are visible above
the onscreen keyboard. These slots will be shared among
the default sources. -->
<integer name="num_suggestions_above_keyboard">6</integer>
<!-- The maximum promoted suggestions -->
<integer name="max_promoted_suggestions">18</integer>
<!-- On tablet, show 3 shortcuts in the first cluster in the right pane, and allow all of them
to come from a single corpus. -->
<integer name="max_promoted_results">3</integer>
<integer name="max_shortcuts_per_non_web_source">3</integer>
<!-- Don't show zero-query suggestions -->
<bool name="show_zero_query_suggestions">false</bool>
<bool name="show_zero_query_shortcuts">false</bool>
<!-- The xlarge UI has no corpus selector, so don't show corpora in Searchable Items
that can't be used. -->
<bool name="show_non_all_corpora_in_settings">false</bool>
<!-- On x-large devices, use the desktop version for SRPs. -->
<string name="google_search_base" translatable="false">
http://www.google.com/search?hl=%1$s</string>
<!-- Same as the above, except that the URL suffix is returned by a -->
<!-- request to google.com/searchdomaincheck and is of the form -->
<!-- .google.co.xx -->
<string name="google_search_base_pattern" translatable="false">
http://%1$s/search?hl=%2$s</string>
</resources>