From cc2fad178f257dbc9e40565e835ffc13a7f3e084 Mon Sep 17 00:00:00 2001 From: Sawyer Blatz Date: Fri, 10 May 2019 18:25:50 -0700 Subject: [PATCH] For #2384: Updates scrim colors (#2423) --- app/src/main/res/values-night/colors.xml | 2 +- app/src/main/res/values/colors.xml | 4 ++-- app/src/main/res/values/styles.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index 783fc4f33..b711506ec 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -18,7 +18,7 @@ @color/shadow_dark_theme @color/destructive_dark_theme @color/scrimStart_dark_theme - @color/scrimStart_dark_theme + @color/scrimEnd_dark_theme @color/toggle_off_knob_dark_theme @color/toggle_off_track_dark_theme diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index f1da49bf0..05045fcad 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -17,8 +17,8 @@ @color/photonGrey20 #1F000000 #C50042 - #F5393473 - #F520123A + #F515141A + #F542414D #FBFBFE diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 788ed6caf..e07d3e945 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -36,7 +36,7 @@ @color/shadow_normal_theme @color/destructive_normal_theme @color/scrimStart_normal_theme - @color/scrimStart_normal_theme + @color/scrimEnd_normal_theme @drawable/ic_logo_wordmark_normal @@ -78,7 +78,7 @@ @color/shadow_private_theme @color/destructive_private_theme @color/scrimStart_private_theme - @color/scrimStart_private_theme + @color/scrimEnd_private_theme @drawable/ic_logo_wordmark_private