diff options
-rw-r--r-- | InCallUI/res/values/colors.xml | 6 | ||||
-rw-r--r-- | InCallUI/res/values/dimens.xml | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/InCallUI/res/values/colors.xml b/InCallUI/res/values/colors.xml index a5bcadf64..0cdf93a01 100644 --- a/InCallUI/res/values/colors.xml +++ b/InCallUI/res/values/colors.xml @@ -50,7 +50,8 @@ <!-- Color of dialpad digits --> <color name="dialpad_digits_text_color">#000000</color> - <color name="incall_dialpad_background">#ccffffff</color> + <!-- 90% opacity, white. --> + <color name="incall_dialpad_background">#e6ffffff</color> <color name="incall_dialpad_background_pressed">#ccaaaaaa</color> <!-- Button background color. --> @@ -61,8 +62,5 @@ <!-- Background color of action bars --> <color name="actionbar_background_color">#3B77E7</color> - <!-- Secondary color of dialpad text (used for the letters corresponding to each digit --> - <color name="dialpad_secondary_text_color">#8b8b8b</color> - <color name="translucent_shadow">#33999999</color> </resources> diff --git a/InCallUI/res/values/dimens.xml b/InCallUI/res/values/dimens.xml index 763751c6e..64a40d9b3 100644 --- a/InCallUI/res/values/dimens.xml +++ b/InCallUI/res/values/dimens.xml @@ -20,7 +20,7 @@ <!-- Height of the "call banner" overlay on top of the upper part of the call info area. --> - <dimen name="call_banner_height">75dp</dimen> + <dimen name="call_banner_height">128dp</dimen> <!-- Margin between the bottom of the "call card" photo and the top of the in-call button cluster. --> @@ -103,9 +103,8 @@ <dimen name="glowpadview_margin_bottom">-48dip</dimen> <dimen name="glowpadview_margin_right">0dip</dimen> - <!-- Height of translucent shadow effect --> <dimen name="translucent_shadow_height">2dp</dimen> - <dimen name="end_call_button_margin_bottom">15dp</dimen> + <dimen name="end_call_button_margin_bottom">8dp</dimen> </resources> |