summaryrefslogtreecommitdiff
path: root/InCallUI/res/values/dimens.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-04 12:57:53 -0700
committerAndrew Lee <anwlee@google.com>2014-06-04 17:26:24 -0700
commitc2831f31282a1075612449cc38d0af8069329160 (patch)
treecd798ce02c3652c7d2c91efd79abac3a9db9ba2c /InCallUI/res/values/dimens.xml
parent427b1418f89af0ce7d3995465766e38069c1c98e (diff)
Update InCallUi styles to redline.
- Add pulse animation for the call status. - Rename AnimationUtils to InCallAnimationUtils to avoid name conflict. - Adjust sizes/positions of fields in the call card. Condensed a RelativeLayout and LinearLayout in the primary call info into a LinearLayout, which is all that's needed. - Styled color of status bar. Bug: 15389408 Change-Id: I46f26e2a1bfaebde82f68f054ed68fcbe3eff3bb
Diffstat (limited to 'InCallUI/res/values/dimens.xml')
-rw-r--r--InCallUI/res/values/dimens.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/InCallUI/res/values/dimens.xml b/InCallUI/res/values/dimens.xml
index cef0ee5ff..95f110118 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">128dp</dimen>
+ <dimen name="call_banner_height">122dp</dimen>
<!-- Margin between the bottom of the "call card" photo
and the top of the in-call button cluster. -->
@@ -31,7 +31,7 @@
<!-- Padding at the right edges of the secondary call banner. -->
<dimen name="secondary_call_banner_right_padding">24dp</dimen>
<!-- Padding at the top and bottom edges of the "call banner". -->
- <dimen name="call_banner_primary_call_top_padding">24dp</dimen>
+ <dimen name="call_banner_primary_call_container_top_padding">16dp</dimen>
<dimen name="call_banner_secondary_call_top_bottom_padding">24dp</dimen>
<!-- Padding at the top and bottom edges of the "provider information" -->