requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);
setContentView(R.layout.activity_main);
setContentView(R.layout.activity_main);
getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.top);
记得,先注册在设置布局在设置title,不然抛出异常
getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.top);
记得,先注册在设置布局在设置title,不然抛出异常