How to change text size in places autocompletefragment in android?

前端 未结 6 1755
失恋的感觉
失恋的感觉 2020-12-10 12:11

I am using the PlaceAutocompleteFragment that is provided by google in a project that I am working on right now. But the problem is I need to display the place name that I\'

6条回答
  •  借酒劲吻你
    2020-12-10 12:57

    Assuming your fragment in the Javacode is autocompleteFragment, you can use

    autocompleteFragment.a.setTextSize(12.0f);
    

提交回复
热议问题