am 5b26bbe4: Switch QuickContact presentation from MEDIUM to LARGE.

Merge commit '5b26bbe4551ca095697f07eca7d09b24573cba11' into eclair-mr2

* commit '5b26bbe4551ca095697f07eca7d09b24573cba11':
  Switch QuickContact presentation from MEDIUM to LARGE.
This commit is contained in:
Andrew Stadler 2009-10-07 16:04:47 -07:00 committed by Android Git Automerger
commit ec7bdde6a5

View File

@ -520,8 +520,8 @@ public class MessageView extends Activity implements OnClickListener {
if (lookupUri != null) {
// Found matching contact, trigger QuickContact
QuickContact.showQuickContact(this, mSenderPresenceView, lookupUri, QuickContact.MODE_MEDIUM,
null);
QuickContact.showQuickContact(this, mSenderPresenceView, lookupUri,
QuickContact.MODE_LARGE, null);
} else {
// No matching contact, ask user to create one
final Uri mailUri = Uri.fromParts("mailto", address, null);