summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorChristine Chen <christinech@google.com>2013-09-10 15:22:53 -0700
committerChristine Chen <christinech@google.com>2013-09-12 14:51:21 -0700
commitcff70d5848ce3dcd13e41e5b156602ff2a3ff785 (patch)
treeef2498c60741cca829fa2056bd65f5497e4822dc /res/values
parent6598d5629a8a8933c1707dd14c4aafd585830248 (diff)
downloadpackages_apps_InCallUI-cff70d5848ce3dcd13e41e5b156602ff2a3ff785.tar.gz
packages_apps_InCallUI-cff70d5848ce3dcd13e41e5b156602ff2a3ff785.tar.bz2
packages_apps_InCallUI-cff70d5848ce3dcd13e41e5b156602ff2a3ff785.zip
Addes xxhdpi assets for InCallUi
- Changes how End Call button looks. Bug: 10491107 Change-Id: I02271ba346a8879b4642f4a642513211d2a328fc
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 4040008a..9d149a47 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -34,4 +34,13 @@
<!-- Used with some smaller texts in manage conference screen. -->
<color name="manage_conference_secondary_text_color">#888888</color>
+
+ <!-- Used when the End Call button is active -->
+ <drawable name="end_call_active_state">#f22121</drawable>
+
+ <!-- Used when the End Call button is pressed -->
+ <drawable name="end_call_pressed_state">#ff4e4e</drawable>
+
+ <!-- Used when the End Call button is disabled -->
+ <drawable name="end_call_disabled_state">#00000000</drawable>
</resources>