2011-01-12 98 views

回答

1

,你可以使用帶有彈出式的活動,並顯示VideoView本次活動:

<activity android:name=".DetailDialog" android:theme="@style/Theme.CustomDialog"></activity> 

<style name="Theme.CustomDialog" parent="android:style/Theme.Dialog"> 
    <item name="android:backgroundDimEnabled">false</item>  
</style>