From 7c5959bfe138a20701ae57f67b0f9cc5813bebee Mon Sep 17 00:00:00 2001 From: Sailesh Nepal Date: Sat, 20 Feb 2016 16:12:30 -0800 Subject: Add gradle build file for Dialer This CL adds gradle build files for Dialer. Currently the build file in the InCallUI code only builds resources. Eventually we'll want to make that a standalone library project. Things missing from this CL: - support for src-N - build target for dialer-library to be included by GoogleDialer Bug: 26676586 Change-Id: Ie91cb720cf17fd8579b04a01287e140b39d0c42f --- InCallUI/res/values/colors.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'InCallUI/res') diff --git a/InCallUI/res/values/colors.xml b/InCallUI/res/values/colors.xml index 60a017c21..5e4eeeed6 100644 --- a/InCallUI/res/values/colors.xml +++ b/InCallUI/res/values/colors.xml @@ -119,4 +119,7 @@ @color/incall_call_banner_subtext_color @color/incall_call_banner_subtext_color @color/incall_call_banner_subtext_color + + + #ffffff -- cgit v1.2.3