Closed mbaldinazzo closed 8 years ago
Is it possible to disable alpha value of the dialog? Not the background, the alpha under the dialog, it would be very useful
@mbaldinazzo, hi. well, this is standard dialog, so you can use all styles attributes. Add <item name="android:backgroundDimEnabled">false</item> to your style for disabling gray alpha background
<item name="android:backgroundDimEnabled">false</item>
Is it possible to disable alpha value of the dialog? Not the background, the alpha under the dialog, it would be very useful