phonegap android项目设置应用启动图片 splash screen 启动图片

so easy



第一种:其他版本

super.setIntegerProperty("splashscreen", R.drawable.screen);



第二种:phonegap-1.4.1一下

this.appView.setBackgroundColor(0);
this.appView.setBackgroundResource(R.drawable.screen);



第二种:其他版本

super.setIntegerProperty("splashscreen", R.drawable.screen);

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章