Thursday 30 August 2012

Customize Header in Andorid


Use this in oncreate Mathod
requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);
getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE,R.layout.topheader);

No comments:

Post a Comment