我是Titanium Appcelerator的新手。我正在为Android构建应用程序。我需要在app的导航栏中添加两个图标:
我看到iOS有类似的属性,如下所示:
示例代码
var titleLabel = Ti.UI.createLabel({
backgroundImage :'/logo.png',
height : 34,
width: 193,
});
$.clientMainScreenWin.setTitleControl(titleLabel);
Android应用有什么方法