摘要:
java代码中的工作1 public void onCreate(Bundle savedInstanceState)2 {3 super.onCreate(savedInstanceState);4 requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);5 getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE,R.layout.title);6 }建立xml文件,构建自定义布局 阅读全文
posted @ 2012-10-20 00:02
QuentinYo
阅读(128)
评论(0)
推荐(0)
2012年10月20日