如何更改 PlaceAutocompleteFragment 提示的文本颜色?
How to change the hint's text color of PlaceAutocompleteFragment?
我没有看到任何方法可以用来更改 PlaceAutocompleteFragment
中 hint
的文本颜色。
EditText etPlace = (EditText)autocompleteFragment.getView().findViewById(R.id.place_autocomplete_search_input);
etPlace.setHint("Type your address");
etPlace.setHintTextColor(R.color.primary_text_material_dark);
我没有看到任何方法可以用来更改 PlaceAutocompleteFragment
中 hint
的文本颜色。
EditText etPlace = (EditText)autocompleteFragment.getView().findViewById(R.id.place_autocomplete_search_input);
etPlace.setHint("Type your address");
etPlace.setHintTextColor(R.color.primary_text_material_dark);