From af9eefb9174cdb7a4824fc0a8ed6e85754acd0bd Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Tue, 8 Jul 2014 18:53:32 -0700 Subject: Bring up dialog when an account is not set for the phone call If an account default is not set, the incall ui will display a dialog to allow the user to select an account for that particular call. Bug: 16243703 Change-Id: Ic97c50d1116dd11ef900c4d20c6439683ed60e06 --- InCallUI/res/layout/select_account_list_item.xml | 36 ++++++++++++++++++++++++ InCallUI/res/values/strings.xml | 3 ++ 2 files changed, 39 insertions(+) create mode 100644 InCallUI/res/layout/select_account_list_item.xml (limited to 'InCallUI/res') diff --git a/InCallUI/res/layout/select_account_list_item.xml b/InCallUI/res/layout/select_account_list_item.xml new file mode 100644 index 000000000..0b24c9b9f --- /dev/null +++ b/InCallUI/res/layout/select_account_list_item.xml @@ -0,0 +1,36 @@ + + + + + + + + + + diff --git a/InCallUI/res/values/strings.xml b/InCallUI/res/values/strings.xml index 19ba8a6c8..78fe885cd 100644 --- a/InCallUI/res/values/strings.xml +++ b/InCallUI/res/values/strings.xml @@ -537,6 +537,9 @@ Emergency number + + Select Account + 0 -- cgit v1.2.3