From dcee2856136309f52756da7e8f85d5e0907d61b0 Mon Sep 17 00:00:00 2001 From: Fabian Henneke Date: Sun, 15 Nov 2020 08:40:06 +0100 Subject: Fix Autofill dataset icon tint (#1207) ImageViews in RemoteViews require tint to be specified with the android: prefix, the lint thinks otherwise. (cherry picked from commit 02c853c3b1124d8d37c357f7040abd579c51bf8a) Signed-off-by: Harsh Shandilya --- CHANGELOG.md | 1 + app/src/main/res/layout/oreo_autofill_dataset.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ea1b48..d8d75bd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. - Cancelling the Autofill "Generate password" action now correctly returns you to the original app. - If multiple username fields exist in the password, we now ensure the later ones are not dropped from extra content. +- Icons in Autofill suggestions are no longer black on almost black in dark mode. ## [1.13.1] - 2020-10-23 diff --git a/app/src/main/res/layout/oreo_autofill_dataset.xml b/app/src/main/res/layout/oreo_autofill_dataset.xml index 2e9f48b9..264075f0 100644 --- a/app/src/main/res/layout/oreo_autofill_dataset.xml +++ b/app/src/main/res/layout/oreo_autofill_dataset.xml @@ -4,7 +4,6 @@ -->