I\'ve used Google Place API and integrated Place Autocomplete Fragment. Can i change its Foreground or background color. It seems bit dull in m
You just use this code in java.
placeAutoComplete.getView().setBackgroundColor(Color.WHITE);
You free to change the color of the background Place Autocomplete Fragment, in the example I use color WHITE for the background.