• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps how to remove grey colour area

fewer

Lurker
i have one question ,how to remove the grey colour area?
 

Attachments

  • question .jpg
    question .jpg
    21.2 KB · Views: 56
Call
Code:
requestWindowFeature(Window.FEATURE_NO_TITLE);
after your onCreate() to remove the title bar
 
Back
Top Bottom