0

Androidシステム用appcelerator studioでアプリを構築しています。 私はツールバーを表示してカスタマイズしたいと思っています。私はこのツールバーには、私の個人的な画像を表示したいAppceleratorのツールバーに画像を挿入するには

<Alloy> 
    <Window class="container"> 
     <ActionBar id="actionbar" title="" icon="/images/logo_decipher.png" /> 
     <Menu> 
      <MenuItem id="item1" title="Settings" /> 
      <MenuItem id="item2" title="Search" /> 
     </Menu> 
    </Window> 
</Alloy> 

: だからこれは私のindex.xmlレイアウトです。私はタグアイコンを使用しようとしていますが、動作しません。

答えて