From e0fa990180ff40f0b1d48a92b5ef41ea4583ad1e Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Wed, 8 Oct 2014 12:45:34 -0700 Subject: Generalize select account dialog for usage anywhere in dialer (2/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: I4756daf40a518e12ac19d97bc09e62647de422b4 --- res/layout/select_account_list_item.xml | 38 +++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 res/layout/select_account_list_item.xml (limited to 'res/layout') diff --git a/res/layout/select_account_list_item.xml b/res/layout/select_account_list_item.xml new file mode 100644 index 00000000..1999fced --- /dev/null +++ b/res/layout/select_account_list_item.xml @@ -0,0 +1,38 @@ + + + + + + + + + + -- cgit v1.2.3