[android-developers] Re: Window.FEATURE_NO_TITLE /Theme.NoTitleBar - Leaks Launching Activity

2012-09-02 Thread tvdalia
You can give theme as Dialog and hide the window title bar. Otherwise, to display an Activity, I believe you cnanot hide the title bar without using any of the below options. Regards, On Saturday, 1 September 2012 22:12:19 UTC+5:30, itai wrote: Filled bug below… Anyone know how

[android-developers] Re: Window.FEATURE_NO_TITLE /Theme.NoTitleBar - Leaks Launching Activity

2012-09-02 Thread itai
Tnx. So after further investigation it seems this bug was introduced in API 11 and is somehow related to the ActionBar. The leak does not occur on versions prior to that, so using either android:theme=@android:style/ Theme.NoTitleBar.Fullscreen or requestWindowFeature(Window.FEATURE_NO_TITLE)

Re: [android-developers] Re: Window.FEATURE_NO_TITLE /Theme.NoTitleBar - Leaks Launching Activity

2012-09-02 Thread Mark Murphy
On Sun, Sep 2, 2012 at 7:29 AM, itai i...@live.com wrote: So after further investigation it seems this bug was introduced in API 11 and is somehow related to the ActionBar. You have not demonstrated that there is a bug. The leak does not occur on versions prior to that You have not

[android-developers] Re: Window.FEATURE_NO_TITLE /Theme.NoTitleBar - Leaks Launching Activity

2012-09-02 Thread itai
On Sep 2, 2:50 pm, Mark Murphy mmur...@commonsware.com wrote: On Sun, Sep 2, 2012 at 7:29 AM, itai i...@live.com wrote: So after further investigation it seems this bug was introduced in API 11 and is somehow related to the ActionBar. You have not demonstrated that there is a bug. Yes I

Re: [android-developers] Re: Window.FEATURE_NO_TITLE /Theme.NoTitleBar - Leaks Launching Activity

2012-09-02 Thread Mark Murphy
On Sun, Sep 2, 2012 at 8:02 AM, itai i...@live.com wrote: The framework engineers have more than enough information/reasonable doubt to investigate this and respond. You are welcome to your opinion. My guess is that their opinion will be akin to my opinion, which is that you have not done

[android-developers] Re: Window.FEATURE_NO_TITLE /Theme.NoTitleBar - Leaks Launching Activity

2012-09-02 Thread itai
On Sep 2, 3:14 pm, Mark Murphy mmur...@commonsware.com wrote: On Sun, Sep 2, 2012 at 8:02 AM, itai i...@live.com wrote: The framework engineers have more than enough information/reasonable doubt to investigate this and respond. You are welcome to your opinion. My guess is that their