dybarsky / spots-dialog

Android AlertDialog with moving dots progress indicator
MIT License
1.08k stars 242 forks source link

Disable Alpha #15

Closed mbaldinazzo closed 8 years ago

mbaldinazzo commented 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

dybarsky commented 8 years ago

@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