Display search results
Stay organized with collections
Save and categorize content based on your preferences.
Android Custom Tab
By default, after clicking a search component, the corresponding Google Search
results will be displayed in an Android Custom Tab. You can customize the
appearance (like height, menu, colors) of your CustomTabs by providing a
CustomTabsIntent.Builder object to the SearchSuggestionsViewOptions
or
SearchContentViewOptions
object.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["Clicking a search component displays Google Search results in an Android Custom Tab."],["Customize the Custom Tab's look (height, menu, colors) using a `CustomTabsIntent.Builder` object with your `SearchSuggestionsViewOptions` or `SearchContentViewOptions`."]]],["Clicking a search component displays Google Search results in an Android Custom Tab. Customization of the Custom Tab's appearance, including height, menus, and colors, is possible. This is achieved by providing a `CustomTabsIntent.Builder` object to either the `SearchSuggestionsViewOptions` or `SearchContentViewOptions` object. The linked resources provide further documentation on Android Custom Tabs and the builder object.\n"]]