android 自定义标题栏怎么动态修改
requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);setContentView(R.layout.main);
getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.title);
我想修改R.layout.title里面的东西,可修改后显示没变。
2014-11-27 17:02
2014-11-28 17:03