Can't get it working.
I placed it to xml:

<QuickContactBadge xmlns:android="http://schemas.android.com/apk/res/
android"
        android:src="@drawable/logo"
        android:id="@+id/my_icon"/>

And the code:

QuickContactBadge tx3 = (QuickContactBadge)findViewById(R.id.my_icon);
tx3.assignContactFromEmail("myem...@gmail.com", false);

When I click over the icon no Badge is displayed. Contacts application
is started instead with contact details displayed.

On Oct 30, 11:02 pm, Jeff Sharkey <jshar...@android.com> wrote:
> The easiest way is using the new QuickContactBadge widget.  

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to