run_wind

导航

2012年11月12日 #

requestFeature 方法需要放在界面渲染方法之前

摘要: 注:本文本转载于:http://usenrong.iteye.com/blog/1488503requestFeature 方法的位置需要放在界面渲染方法之前,比如放在setContentView方法之前。final boolean isCustom = requestWindowFeature(W... 阅读全文

posted @ 2012-11-12 19:31 run_wind 阅读(166) 评论(0) 推荐(0)

targetSdkVersion和与target属性的区别

摘要: 注:文本转载于:http://usenrong.iteye.com/blog/1488503AndroidMenifest.xml中targetSdkVersion和project.properties中的target属性的区别 在AndroidMenifest.xml中,常常会有下面的语句: 在... 阅读全文

posted @ 2012-11-12 19:24 run_wind 阅读(223) 评论(0) 推荐(0)