Androidでスライダーを表示するようにこのロゴを変更できますか? 私は試した
this.actionbar.logo = "img_source";
HeaderBar スクリプト ページに追加しましたが、変更されませんでした。
Androidでスライダーを表示するようにこのロゴを変更できますか? 私は試した
this.actionbar.logo = "img_source";
HeaderBar スクリプト ページに追加しましたが、変更されませんでした。
正しいプロパティは icon です。
this.actionBar.icon = 'img_source';
actionBar の詳細については、http: //www.smartface.io/developer/guides/controls/actionbar/ を参照してください。