<TableRow
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="3dp"
android:background="#ffffff" >
<com.facebook.widget.ProfilePictureView
android:id="@+id/profilePicture"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:gravity="center_horizontal"
facebook:preset_size="normal" />
</TableRow>
I want to include profile picture in my program but when I code above lines, it shows the error message: (Error parsing XML: unbound prefix)
How can I get rid of this error.