F fewer Lurker Jul 29, 2012 #1 i have one question ,how to remove the grey colour area? Attachments question .jpg 21.2 KB · Views: 56
cr5315 Android Enthusiast Jul 29, 2012 #2 Call Code: requestWindowFeature(Window.FEATURE_NO_TITLE); after your onCreate() to remove the title bar
Call Code: requestWindowFeature(Window.FEATURE_NO_TITLE); after your onCreate() to remove the title bar