SimpleAlertDialog-for-Android icon indicating copy to clipboard operation
SimpleAlertDialog-for-Android copied to clipboard

Use Android's default dialog styles

Open JVillella opened this issue 9 years ago • 4 comments

I'd like to use the device's default dialog style dependant on its Android version. How would we do this?

JVillella avatar Mar 19 '15 14:03 JVillella

Sorry for my late reply.

Basically, this library applies "Holo" theme to all Android version, and changing themes to the device's default seems difficult currently.

SimpleAlertDialogFragment.Builder class and SimpleAlertDialogSupportFragment.Builder class have setTheme() method to set custom themes, but it didn't work for this purpose.

If you are still interested in this feature, I'll consider it.

ksoichiro avatar May 16 '15 11:05 ksoichiro

If it's not too much trouble it would be very helpful. I am using it in a project of mine.

JVillella avatar May 16 '15 16:05 JVillella

Thanks for the comment. OK, I'll try that when I have time.

ksoichiro avatar May 17 '15 00:05 ksoichiro

Great, thank you @ksoichiro!

JVillella avatar May 17 '15 12:05 JVillella