I'm currentyly trying to convert a DialogFragment from Java to C#. In Java I can use setStyle( STYLE_NO_TITLE, Theme ); to set the style and the theme of the dialog. But in MonoDroid I can't find a way of doing this. I can find the type DialogFragmentStyle.NoTitle but I can't find anyway to use it to set the style or anyway to set the theme.
Does anybody have any idea of how to do this? Thanks in advance. Terry -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/MonoDroid-DialogFragment-setStyle-tp5687866.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
