Facebook の APK から loader.gif を抽出する必要がありますか?
私はこのアニメーションが好きです =(
facebookImageをドローアブル フォルダーに追加し、次のコードを splash.xml に記述します。
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center"
>
<ImageView
android:id = "@+id/facebookImage"
android:layout_width = "fill_parent"
android:layout_height = "fill_parent"
android:scaleType = "fitXY"
android:contentDescription="@string/decriptionImage"
/>
<ProgressBar
android:layout_centerInParent="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
</ProgressBar></RelativeLayout>
そして、必要なアクティビティでsetContentView(R.layout.splash)