Hi! I have a question about theming an alert, Aler...
# anko
c
Hi! I have a question about theming an alert, AlertDialogBuilder class you are able to send a
themeResId: Int
parameter in the constructor, but I can't find that when I use anko to build alerts, I had to copy anko's AlertDialogBuilder class to modify two lines and some extension functions to do that. Is it any way to do it only using anko?