/**
  * Sets the tint of the attribution view. Use this to change the color of the attribution. By
  * default, the logo is tinted with the primary color of your theme.
  *
  * @param tintColor Color to tint the attribution.
  */
 public void setAttributionTintColor(@ColorInt int tintColor) {
   attributionSettings.setTintColor(tintColor);
   mapView.setAtttibutionTintColor(tintColor);
 }