From 5db6de6bf70998724e2641e64cf5a96f9259a393 Mon Sep 17 00:00:00 2001 From: Andrew Sapperstein Date: Sun, 19 Jun 2016 11:42:57 -0700 Subject: [PATCH] Use colorAccent for fullscreen tutorial. Previously the colors were hardcoded to #009688 which is the light theme's accent color. Change-Id: Ie7f8560751090ef040d87803c0036a4199c749ae FIXES: 29461850 --- core/res/res/layout/immersive_mode_cling.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/res/res/layout/immersive_mode_cling.xml b/core/res/res/layout/immersive_mode_cling.xml index 28fbea577aa55..b08b0f4d59c01 100644 --- a/core/res/res/layout/immersive_mode_cling.xml +++ b/core/res/res/layout/immersive_mode_cling.xml @@ -16,7 +16,7 @@ @@ -47,7 +47,7 @@ android:paddingTop="8dp" android:scaleType="center" android:src="@drawable/ic_expand_more_48dp" - android:tint="#ff009688"/> + android:tint="?android:attr/colorAccent"/>