0

Androidでスライダーを表示するようにこのロゴを変更できますか? 私は試した

this.actionbar.logo = "img_source";

HeaderBar スクリプト ページに追加しましたが、変更されませんでした。

4

1 に答える 1

0

正しいプロパティは icon です。

this.actionBar.icon = 'img_source'; 

actionBar の詳細については、http: //www.smartface.io/developer/guides/controls/actionbar/ を参照してください。

于 2015-03-18T07:47:57.810 に答える