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

2012-08-31 Thread Christophe Versieux
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:

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

2012-08-31 Thread Mark Murphy
That's probably not a native action bar, but merely its own implementation. On Fri, Aug 31, 2012 at 1:42 PM, Christophe Versieux christophe.versi...@gmail.com wrote: Did you find an answer? I have the same question... On Wednesday, September 21, 2011 9:11:28 PM UTC+2, Igor Oliveira wrote:

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

2012-08-31 Thread Igor Oliveira
Hello, yes, I found a solution: I used a activity instead... style name=PopupTheme parent=android:Theme.Holo.Light.Dialog item name=android:windowIsFloatingfalse/item item name=android:windowContentOverlay@null/item item

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

2011-09-22 Thread Igor Oliveira
Oi pessoal, obrigado por responder tao rapido. luciofm, eu testei colocando o tema translucido. Customizei o tema translucido colocando item name=android:windowActionBartrue/item, se eu nao colocasse isso a actionbar nao era exibida. Mesmo assim, nao consegui centralizar a activity na tela, a