From b1c31cd81dd02b63ece5b68103d2d5c395eb3a0a Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 27 May 2014 10:51:48 -0700 Subject: Increase vertical padding on the secondary call info. Changed the top/bottom padding from 8dp to 24dp, to make the hit target larger. Also, tweaked the elevation constants so that there is a less prominent shadow cast on the secondary call info by the primary call info. Bug: 14492083 Change-Id: I75bedbf04bb18672414bab2a7f455872202ce851 --- InCallUI/res/layout/secondary_call_info.xml | 4 ++-- InCallUI/res/values/dimens.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'InCallUI/res') diff --git a/InCallUI/res/layout/secondary_call_info.xml b/InCallUI/res/layout/secondary_call_info.xml index e45d90d2d..8b39b0507 100644 --- a/InCallUI/res/layout/secondary_call_info.xml +++ b/InCallUI/res/layout/secondary_call_info.xml @@ -23,8 +23,8 @@ android:orientation="horizontal" android:paddingStart="@dimen/call_banner_side_padding" android:paddingEnd="@dimen/secondary_call_banner_right_padding" - android:paddingTop="@dimen/call_banner_top_bottom_padding" - android:paddingBottom="@dimen/call_banner_top_bottom_padding" + android:paddingTop="@dimen/call_banner_secondary_call_top_bottom_padding" + android:paddingBottom="@dimen/call_banner_secondary_call_top_bottom_padding" android:background="@color/incall_banner_secondary_background_color" android:elevation="@dimen/secondary_call_elevation" > diff --git a/InCallUI/res/values/dimens.xml b/InCallUI/res/values/dimens.xml index e34aca8da..cef0ee5ff 100644 --- a/InCallUI/res/values/dimens.xml +++ b/InCallUI/res/values/dimens.xml @@ -32,7 +32,7 @@ 24dp 24dp - 8dp + 24dp 8dp @@ -55,8 +55,8 @@ @dimen/in_call_button_dimension - 8dp - 8dp + 4dp + 4dp