android - Why doesn't supportRequestWindowFeature() work? -
i have problem , i've been trying find mistake couple hours can't find it?
my situation: don't want titlebar appears. device htc , runs android 2.3.3. tried supportrequestwindowfeature() somehow doesn't work.
my code here:
@override protected void oncreate(bundle savedinstancestate) { super.oncreate(savedinstancestate); supportrequestwindowfeature(window.feature_no_title); setcontentview(r.layout.activity_main); }
also mainactivity extends actionbaractivity.
Comments
Post a Comment