[android-developers] Theming an Activity as a Dialog

2011-02-17 Thread Jake Colman
Theming an activity to appear as a dialog has been discussed many times already. My issue is specifically with the title that appears at the top of the dialog. How do I get it to appear as it would in the example of an alert dialog that contains a list? Currently, I have the following: ?xml

Re: [android-developers] Theming an Activity as a Dialog

2011-02-17 Thread Kostya Vasilyev
17.02.2011 16:35, Jake Colman пишет: style name=DialogTheme parent=android:style/Theme.Dialog For one, you are missing the @ sign: parent=@android:style/Theme.Dialog -- Kostya Vasilyev -- http://kmansoft.wordpress.com -- You received this message because you are subscribed to the Google