Hi guys

im doind a splash screen

         VideoView video = (VideoView) findViewById(R.id.videoView);

        Uri uri =
Uri.parse("android.resource://br.com.droid/"+R.raw.splash_move);
        video.setVideoURI(uri);
        video.setMediaController(null);
        video.setKeepScreenOn(true);
        video.requestFocus();
        video.setOnCompletionListener(this);
        video.start();

but when the video shows up, i can see just a piece...

Does anyone now how to keep entire video inside the screen?

thanks a lot

-- 
Att
Johanes J. Ferreira
[email protected]

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

Reply via email to