android设置背景色为透明只要在配置文件内activity属性配置内加上 android:theme@android:style/Theme.T
android设置背景色为透明
只要在配置文件内activity属性配置内加上
android:theme="@android:style/Theme.Translucent"
就好了。
android设置背景色为透明
只要在配置文件内activity属性配置内加上
android:theme="@android:style/Theme.Translucent"
就好了。