摘要:
主题Theme就是用来设置界面UI风格,可以设置整个应用或者某个活动Activity的界面风格。在Android SDK中内置了下面的Theme,可以按标题栏Title Bar和状态栏Status Bar是否可见来分类: [html] view plain copy print? •android: 阅读全文
摘要:
1.用代码里实现 this.requestWindowFeature(Window.FEATURE_NO_TITLE);//去掉标题栏 this.requestWindowFeature(Window.FEATURE_NO_TITLE);//去掉标题栏 this.requestWindowFeatu 阅读全文