标签: android placeautocompletefragment
我没有看到任何可用于更改hint中PlaceAutocompleteFragment的文字颜色的方法。
hint
PlaceAutocompleteFragment
答案 0 :(得分:1)
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);