[android-developers] Re: How to attach actionbar on dialog?

2012-08-31 Thread Igor Oliveira
christophe.versi...@gmail.com Did you find an answer? I have the same question... On Wednesday, September 21, 2011 9:11:28 PM UTC+2, Igor Oliveira wrote: Hello, I would like to know how to implement a screen like the EditEventActivity from Android Calendar on Android 3.1. See picture below

[android-developers] How to attach actionbar on dialog?

2011-09-22 Thread Igor Oliveira
to this dialog, if present. So how can I attach a dialog on a dialog? Can you help me? Thanks in advance. -- Igor Oliveira -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] Re: How to attach actionbar on dialog?

2011-09-22 Thread Igor Oliveira
Theme.Dialog colocando item name=android:windowActionBartrue/item para forçar a actionbar a aparecer, mas quando faço isso, minha aplicaçao dá um force close jogando a exceçao: java.lang.IllegalStateException: ActionBarImpl can only be used with a compatible window decor layout. 2011/9/21 Igor Oliveira