From b837c168f6c7e84121f1d5b5f5d0cfa8e817578c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Blinky=E2=84=A2?= Date: Sun, 28 Feb 2016 17:57:24 -0700 Subject: [PATCH] Fix status bar background on Lollipop+ The transparent status bar coloring results in a weird-looking shadow on top of the toolbar. Setting it to colorPrimaryDark fixes it. --- app/src/main/res/values-v21/styles.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values-v21/styles.xml b/app/src/main/res/values-v21/styles.xml index 51ada8a7..522732b5 100644 --- a/app/src/main/res/values-v21/styles.xml +++ b/app/src/main/res/values-v21/styles.xml @@ -4,7 +4,7 @@ false true true - @android:color/transparent + ?attr/colorPrimaryDark true