Re: [android-developers] Theme.Dialog - Remove Title Area?

2010-10-07 Thread Miguel Morales
Use: requestWindowFeature(Window.FEATURE_NO_TITLE); On Wed, Oct 6, 2010 at 10:52 PM, Kumar Bibek coomar@gmail.com wrote: Remove the title. As you would have done on an activity. On Wed, Sep 29, 2010 at 7:08 AM, Peake peakeinteract...@gmail.com wrote: I have an activity that is using

[android-developers] Theme.Dialog - Remove Title Area?

2010-10-06 Thread Peake
I have an activity that is using android:theme=@android:style/ Theme.Dialog, and I want to get rid of the black line (looks to be about 20dp height) where the Dialog title would normally go. I just want the content area of the Dialog. Any ideas? -- You received this message because you are

Re: [android-developers] Theme.Dialog - Remove Title Area?

2010-10-06 Thread Kumar Bibek
Remove the title. As you would have done on an activity. On Wed, Sep 29, 2010 at 7:08 AM, Peake peakeinteract...@gmail.com wrote: I have an activity that is using android:theme=@android:style/ Theme.Dialog, and I want to get rid of the black line (looks to be about 20dp height) where the