Thommy
Thommy

Reputation: 5417

Android: Make a Video transparent

i'm trying to make a video, played in a videoview transparent. As written in the documentation the videoview should have a method "setAlpha" but my Eclipse says there is no such method?!?

Upvotes: 1

Views: 3528

Answers (1)

Michael
Michael

Reputation: 54725

This method requires Android SDK 11 (Android 3.0 Honeycomb). So you shouldn't use this method if you want to use this app on Android 2.X devices.

Upvotes: 1

Related Questions