1在对应的activity中添加下列其中一个Theme
@android:style/Theme.Translucent
@android:style/Theme.Translucent.NoTitleBar
@android:style/Theme.Translucent.NoTitleBar.Fullscreen
可达到透明模式
半透明则在activity中添加背景色 :
android:background=”#80000000”
1在对应的activity中添加下列其中一个Theme
@android:style/Theme.Translucent
@android:style/Theme.Translucent.NoTitleBar
@android:style/Theme.Translucent.NoTitleBar.Fullscreen
可达到透明模式
半透明则在activity中添加背景色 :
android:background=”#80000000”