2011-01-12 5 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> 
関連する問題