summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2015-10-23 19:49:38 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-10-23 19:49:38 +0000
commite5255e22ccae2d4f0650c7cd33dd639b0140faab (patch)
treec194c4e357e6a58778ebd0048cc4eb3fe6256f25 /InCallUI
parent381ac729f0828ac3ff95f3ee2dd8a7ce7b586c4c (diff)
parent95fa53623dbde481cedb9ee2185fe1c0aaa702f3 (diff)
Merge "Set the contact context background to the incall theme color." into ub-contactsdialer-a-dev
am: dbf5677337 * commit 'dbf5677337dd5dd29858096af9f36edba3f31104': Set the contact context background to the incall theme color.
Diffstat (limited to 'InCallUI')
-rw-r--r--InCallUI/src/com/android/incallui/CallCardFragment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/InCallUI/src/com/android/incallui/CallCardFragment.java b/InCallUI/src/com/android/incallui/CallCardFragment.java
index fa4e8b4f1..0d635543c 100644
--- a/InCallUI/src/com/android/incallui/CallCardFragment.java
+++ b/InCallUI/src/com/android/incallui/CallCardFragment.java
@@ -1156,7 +1156,7 @@ public class CallCardFragment extends BaseFragment<CallCardPresenter, CallCardPr
}
mCallButtonsContainer.setBackgroundColor(themeColors.mPrimaryColor);
mCallSubject.setTextColor(themeColors.mPrimaryColor);
- mCallCardContent.setBackgroundColor(themeColors.mPrimaryColor);
+ mContactContext.setBackgroundColor(themeColors.mPrimaryColor);
//TODO: set color of message text in call context "recent messages" to be the theme color.
mCurrentThemeColors = themeColors;