[Android] Remove explicit tinting of downloads icon
This CL fixes the color of the Download icon in the three-dots menu. The appearance of this icon was broken by https://crrev.com/c/1245786. Apparently, a color filter set on drawable by AppMenuPropertiesDelegate overrides ImageView.setImageTintList used by ImageViewCompat on API 21+. Fortunately, there's no need to manually tint the drawable, because AppCompatImageButton for the Download icon is always tinted. This CL removes the manual tinting of the drawable. Bug: 891645 Change-Id: I9eb9f326445e044a77fa8802b6816e5bc16e0993 Reviewed-on: https://chromium-review.googlesource.com/1258987Reviewed-by:Ted Choc <tedchoc@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#596305}
Showing
Please register or sign in to comment