I have a VideoView which I want to use to play a movieclip. I use it like this to play it and it works.
VideoView vv = new VideoView(this); vv.setVideoURI(Ur
Why not using Styling and Themes
Can you try this ? This might help
colors.xml
#00000000
styles.xml
To set a theme for all the activities of your application, open the AndroidManifest.xml file and edit the tag to include the android:theme attribute with the style name.