如何更改 Google 地点 API - 地点自动完成背景颜色

How to change the Google Places API - Place Autocomplete background color

正在尝试将 The autocomplete service in the Google Places API 搜索框颜色从绿色更改为白色。看看下面的图片。

在所有 Google Places API Tutorial For Android 中搜索,我找不到将搜索框颜色从绿色更改为白色的位置。

我认为小部件应该继承父 activity 样式。我 运行 this inside a Fragment 也许这就是为什么它是绿色的,但毫无疑问。我的 styles/color xml.

中甚至没有这种绿色

这是 github GooglePlacesApiTutorial

这是当前版本的地点选取器中的一个错误(它应该从应用程序中选取主题颜色,但实际上没有)。您可以在此处跟踪问题 https://code.google.com/p/gmaps-api-issues/issues/detail?id=7968