From 2a2eee1949281ed26a464bf6a986e29e91f9ef6d Mon Sep 17 00:00:00 2001 From: Jon Spivack Date: Mon, 21 Jun 2021 15:54:05 -0700 Subject: [PATCH] NIU Actions: Update background and dark mode colors This updates the Recents screen to use the default background colors and updates the NIU Actions buttons to better contrast with the background in dark mode. Bug: 191049004 Test: Manual (Pixel 3A) Change-Id: I8aef9968623be373fb71a729a0b99a7b9899cff1 --- go/quickstep/res/layout/overview_panel.xml | 39 ---------------------- go/quickstep/res/values/attrs.xml | 1 - go/quickstep/res/values/colors.xml | 4 +-- go/quickstep/res/values/styles.xml | 2 -- 4 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 go/quickstep/res/layout/overview_panel.xml diff --git a/go/quickstep/res/layout/overview_panel.xml b/go/quickstep/res/layout/overview_panel.xml deleted file mode 100644 index 241b63d5d1..0000000000 --- a/go/quickstep/res/layout/overview_panel.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - diff --git a/go/quickstep/res/values/attrs.xml b/go/quickstep/res/values/attrs.xml index 3adf462d2c..03eab50d32 100644 --- a/go/quickstep/res/values/attrs.xml +++ b/go/quickstep/res/values/attrs.xml @@ -16,7 +16,6 @@ --> - diff --git a/go/quickstep/res/values/colors.xml b/go/quickstep/res/values/colors.xml index f815f54581..ae72ef63dc 100644 --- a/go/quickstep/res/values/colors.xml +++ b/go/quickstep/res/values/colors.xml @@ -16,10 +16,8 @@ --> - #DADADA - #000000 #3C4043 #F8F9FA #70FFFFFF - #303030 + #474747 diff --git a/go/quickstep/res/values/styles.xml b/go/quickstep/res/values/styles.xml index 59f7377d8e..ffe8f4607d 100644 --- a/go/quickstep/res/values/styles.xml +++ b/go/quickstep/res/values/styles.xml @@ -17,14 +17,12 @@