Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我没有看到任何可用于更改 in 文本颜色的hint方法PlaceAutocompleteFragment。
hint
PlaceAutocompleteFragment
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);