[android-developers] Re: Theme.Dialog Activity and Context Menu

2009-07-01 Thread Alexey Volovoy
bump ? On Jun 22, 8:59 am, Alexey Volovoy avolo...@gmail.com wrote: Hi All , i have dialog style activity android:theme=@android:style/Theme.Dialog When i attachedcontextmenuto it         @Override         public void onCreate(Bundle savedInstanceState) {                

[android-developers] Re: Theme.Dialog Activity and Context Menu

2009-07-01 Thread Dianne Hackborn
The current platform doesn't support menus on non-fullscreen windows, sorry. On Wed, Jul 1, 2009 at 8:31 AM, Alexey Volovoy avolo...@gmail.com wrote: bump ? On Jun 22, 8:59 am, Alexey Volovoy avolo...@gmail.com wrote: Hi All , i have dialog style activity

[android-developers] Re: Theme.Dialog Activity and Context Menu

2009-07-01 Thread Alexey Volovoy
thanks for reply Dianne. On Jul 1, 11:20 am, Dianne Hackborn hack...@android.com wrote: The current platform doesn't support menus on non-fullscreen windows, sorry. On Wed, Jul 1, 2009 at 8:31 AM, Alexey Volovoy avolo...@gmail.com wrote: bump ? On Jun 22, 8:59 am, Alexey Volovoy

[android-developers] Re: Theme.Dialog Activity and Context Menu

2009-07-01 Thread iPaul Pro
Alexey, I have an idea. I have not tried it myself, and I don't have the time right now, but figured I'd offer a suggestion: Perhaps change your setContentView() to a full-screen layout (possibly blurring, dimming, and making the background transparent) Instead of setting the theme to