From 7e2ade1c5f23678de800df837d4ae9179d29d5e9 Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Wed, 8 Oct 2014 12:27:16 -0700 Subject: Generalize select account dialog for usage anywhere in dialer (1/2) Currently the select account dialog is specific to InCallUI, but there are other places in the dialer app that will need the user to select an account (e.g. MMI pin) so we want to reuse this dialog. + Move dialog to ContactsCommon + Add a listener to the SelectPhoneAccountDialogFragment class Bug: 17917937 Change-Id: I872dba36f0f53737398861ff5376cc07f0e11c7b --- InCallUI/res/layout/select_account_list_item.xml | 38 ------------------------ InCallUI/res/values/strings.xml | 3 -- 2 files changed, 41 deletions(-) delete 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 deleted file mode 100644 index 1999fced7..000000000 --- a/InCallUI/res/layout/select_account_list_item.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - diff --git a/InCallUI/res/values/strings.xml b/InCallUI/res/values/strings.xml index 8e8a8e2bd..320da1964 100644 --- a/InCallUI/res/values/strings.xml +++ b/InCallUI/res/values/strings.xml @@ -546,7 +546,4 @@ Emergency number - - - Select Account -- cgit v1.2.3