From f89a6ff0918c5af0703f68401db48f9709948463 Mon Sep 17 00:00:00 2001 From: Evan Charlton Date: Thu, 1 May 2014 09:15:28 -0700 Subject: Fix the build Somewhere along the line, we dropped a resource (and a variable name was changed). Fix these errors. Change-Id: I06ce956961e8bf0e08f03d51651bf48262055703 --- InCallUI/res/values/dimens.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'InCallUI/res/values') diff --git a/InCallUI/res/values/dimens.xml b/InCallUI/res/values/dimens.xml index 0ecfab45f..e9dd26bc9 100644 --- a/InCallUI/res/values/dimens.xml +++ b/InCallUI/res/values/dimens.xml @@ -37,6 +37,11 @@ 8dp + + 36sp + + 18sp + -- cgit v1.2.3 From 09bbf1595013b3d871230c368d26d577f60a0b8a Mon Sep 17 00:00:00 2001 From: Evan Charlton Date: Fri, 9 May 2014 13:23:34 -0700 Subject: Re-add network indicator/handoff button Add a handoff button (and network indicator) back into InCallUI. This has not be vetted by UX or anything, but it will hopefully not cause merge conflicts. Change-Id: I6d0a8e7cd865df70b13fc69ec96cdc98e0e3f203 --- InCallUI/res/values/colors.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'InCallUI/res/values') diff --git a/InCallUI/res/values/colors.xml b/InCallUI/res/values/colors.xml index 0cdf93a01..6837a268d 100644 --- a/InCallUI/res/values/colors.xml +++ b/InCallUI/res/values/colors.xml @@ -47,6 +47,18 @@ #303030 + + #F2882C + + + #F2A35E + + + #303030 + + #19E392 + #33A9F2 + #000000 -- cgit v1.2.3