I see that there is a DialogFragment.Theme property that takes a DialogFragmentStyle enum. Would that do the trick for you?
On Sat, May 5, 2012 at 6:37 AM, Terry151151 <[email protected]> wrote: > 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 -- http://www.opgenorth.net _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
