I have a sidemenu activity which appears over another activity.
<style name="Sidemenu" parent="Usual">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:backgroundDimEnabled">false</item>
<item name="android:colorBackgroundCacheHint">@null</item>
</style>
It has been working perfectly. As normal, you can see the activity below.
However I simply updated Android Studio to 4.2RC1 ..
and now .. it does not work!
The under area is black.
Total mystery.
Any solutions around?