オンラインで xml を解析中にエラーが発生しました (エラー)。AndroidとFacebookの名前空間を宣言しているので、理由がわかりません...
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:facebook="http://schemas.android.com/apk/res-auto"
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:orientation="vertical"
>
(error) <com.facebook.widget.LoginButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="500dp"
facebook:confirm_logout="false"
android:id="@+id/login_button"
facebook:fetch_user_info="true"
android:layout_centerHorizontal="true"
/>
</RelativeLayout>