Smartface Android Header 徽标
Smartface Android Header Logo
我可以更改 this logo 以在 android 上显示滑块吗?我试过了
this.actionbar.logo = "img_source";
在HeaderBar脚本页面,但没有变化。
正确 属性 是图标 ;
this.actionBar.icon = 'img_source';
您可以从 http://www.smartface.io/developer/guides/controls/actionbar/
阅读更多关于 actionBar 的信息
我可以更改 this logo 以在 android 上显示滑块吗?我试过了
this.actionbar.logo = "img_source";
在HeaderBar脚本页面,但没有变化。
正确 属性 是图标 ;
this.actionBar.icon = 'img_source';
您可以从 http://www.smartface.io/developer/guides/controls/actionbar/
阅读更多关于 actionBar 的信息