sodiqoladeni
05/08/2023, 4:44 PMephemient
05/08/2023, 5:13 PM<resources>
<style name="DialogWindowTheme">
<item name="android:windowBlurBehindEnabled">true</item>
<item name="android:windowBlurBehindRadius">20px</item>
</style>
<style name="FloatingDialogWindowTheme">
<item name="android:windowBlurBehindEnabled">true</item>
<item name="android:windowBlurBehindRadius">20px</item>
</style>
</resources>
ephemient
05/08/2023, 5:13 PMsrc/main/res/values-v31/styles.xml
and note that it will not work on all devicessodiqoladeni
05/08/2023, 8:56 PM