commit | 18673ee9ead95034a1b4c3a9034787eab6cff318 | [log] [tgz] |
---|---|---|
author | Ihab Awad <ihab@google.com> | Mon Nov 03 09:48:31 2014 -0800 |
committer | Ihab Awad <ihab@google.com> | Mon Nov 10 22:41:53 2014 -0800 |
tree | a7ee7ab58b22d1cf803c2d3ed5d24424b997ac4a | |
parent | 5206106f33a1793821052bb2c9892d47150ff358 [diff] |
Update PhoneAccount icon API (2/6) Bug: 18291787 Change-Id: I80252faaa5a836031d72eb99fe90d2f9aad27460
diff --git a/src/com/android/contacts/common/widget/SelectPhoneAccountDialogFragment.java b/src/com/android/contacts/common/widget/SelectPhoneAccountDialogFragment.java index 33eebca..86db174 100644 --- a/src/com/android/contacts/common/widget/SelectPhoneAccountDialogFragment.java +++ b/src/com/android/contacts/common/widget/SelectPhoneAccountDialogFragment.java
@@ -196,7 +196,7 @@ holder.numberTextView.setVisibility(View.VISIBLE); holder.numberTextView.setText(account.getAddress().getSchemeSpecificPart()); } - holder.imageView.setImageDrawable(account.getIcon(getContext())); + holder.imageView.setImageDrawable(account.createIconDrawable(getContext())); return rowView; }