E la seconda volta che mi rispondi da solo
per mettere un .GIF ..... basta mettere il file .gif che volete in drawable_hdpi
poi mettere nella classe .java dopo onCreate(BUndle)
SurfaceView v = (SurfaceView) findViewById(R.id.filmatogif);
GifRun w = new GifRun();
w.LoadGiff(v, this, R.drawable.questo_file_è_il_layout_dove_volete_il_gif);
quindi creando il file questo_file_è_il_layout_dove_volete_il_gif.xml
inserite :
<SurfaceView
android:id="@+id/filmatogif"
android:layout_width="match_parent"
android:layout_height="match_parent" />