From 79858d44ebdf946712a801988a827d46d7f7cbe8 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 22 Aug 2014 14:53:20 -0700 Subject: Remove generic call merge button. We now use the same button component for merge. Formerly, it seems that it was included in the "extra button row" to accomodate the add and merge options both showing at the same time. Now, we handle this as an additional scenario for the overflow menu button. This is prework in order to be able to delete the extra button row, and add a different "row" for the conferece call manager. Bug: 15862303 Change-Id: I278ea17291d8daf3c5201116a10e3641b5deb4e1 --- InCallUI/res/layout-land/call_card_content.xml | 3 +++ InCallUI/res/layout/call_card_content.xml | 5 +---- InCallUI/res/layout/extra_button_row.xml | 24 ------------------------ InCallUI/res/layout/secondary_call_info.xml | 2 +- InCallUI/res/values/colors.xml | 2 +- 5 files changed, 6 insertions(+), 30 deletions(-) (limited to 'InCallUI/res') diff --git a/InCallUI/res/layout-land/call_card_content.xml b/InCallUI/res/layout-land/call_card_content.xml index b1b527505..f3173532f 100644 --- a/InCallUI/res/layout-land/call_card_content.xml +++ b/InCallUI/res/layout-land/call_card_content.xml @@ -43,12 +43,15 @@ + + + diff --git a/InCallUI/res/layout/call_card_content.xml b/InCallUI/res/layout/call_card_content.xml index 605d6300f..c45553f6d 100644 --- a/InCallUI/res/layout/call_card_content.xml +++ b/InCallUI/res/layout/call_card_content.xml @@ -96,10 +96,7 @@ - + - - - - - - - - diff --git a/InCallUI/res/layout/secondary_call_info.xml b/InCallUI/res/layout/secondary_call_info.xml index cbe1fa2f9..237559d46 100644 --- a/InCallUI/res/layout/secondary_call_info.xml +++ b/InCallUI/res/layout/secondary_call_info.xml @@ -27,7 +27,7 @@ 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" > + android:elevation="@dimen/secondary_call_elevation"> #ffffff #ffffff #cccccc - #00e5ff + @color/dialtacts_theme_color #ff1744 #a3a3a3 #ffffff -- cgit v1.2.3