How Do You Change The Styling Of A Fragment? - Google Place Autocomplete
I am an android newbie, so please go easy on me. I have just implement the google places auto complete field, https://developers.google.com/places/android-api/autocomplete . The on
Solution 1:
You have to redefine their internal styles. For colors that could be:
<color name="place_autocomplete_search_text">@android:color/primary_text_dark</color>
<color name="place_autocomplete_search_hint">@android:color/secondary_text_dark</color>
Post a Comment for "How Do You Change The Styling Of A Fragment? - Google Place Autocomplete"