Styling polish to InCallUI.
- Fix clipping of shadow on the end call button.
- Add translation-z to the primary call info.
- Make the dialpad in the InCallUI transparent. This required in
part renaming some constants which were being overriden by Dialer.
Bug: 14108639
Change-Id: I29657fbc9e0b9b4957135e77b2db62159541b43a
diff --git a/InCallUI/res/values/styles.xml b/InCallUI/res/values/styles.xml
index ce93c62..b0f25ec 100644
--- a/InCallUI/res/values/styles.xml
+++ b/InCallUI/res/values/styles.xml
@@ -161,7 +161,7 @@
<item name="android:clickable">true</item>
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">@dimen/dialpad_key_height</item>
- <item name="android:background">@drawable/dialpad_key_colors</item>
+ <item name="android:background">@drawable/incall_dialpad_key_colors</item>
<item name="android:focusable">true</item>
</style>