Is there a way to customize Android's Google Map Location Picker Intent?(Just like whatsapp)? -
entire app built material design , app toolbar bar color green , toolbar text color white in screens. in android's built in location picker intent toolbar appearing in green color toolbar text appearing in black color. black color used no in app colors.xml file
right included default placepicker (like shown in below link) https://developers.google.com/places/android/placepicker
you can set custom colors in application using material theme.
the place picker inherits colorprimary , colorprimarydark attributes theme. useful maintaining consistent brand across app , place picker.
Comments
Post a Comment