将app的style复制一份,并在该style中将parent设置为 Theme.AppCompat..,并在style中添加一句
<item name="android:windowIsTranslucent">true</item>
最后在AndroidManifest.xml 中将该Activity的style设置为刚刚添加的style
搞定!
将app的style复制一份,并在该style中将parent设置为 Theme.AppCompat..,并在style中添加一句
<item name="android:windowIsTranslucent">true</item>
最后在AndroidManifest.xml 中将该Activity的style设置为刚刚添加的style
搞定!