SmartFace MenuItem图标无法正常显示,如何获取实际尺寸或自定义图标?
var productAdd = new SMF.UI.Android.MenuItem({
id:"productAdd",
//title:"Hide Me!",
icon: "ic_action_new.png",
showAsAction:SMF.UI.Android.ShowAsAction.always,
onSelected:function(e){
alert("Selected item id: " + e.id);
Pages.MainPage.visible = false; // hides the menu item when clicked.
}
});
答案 0 :(得分:0)
首先支持每个设备,应填写所有资源文件夹。
您可以从http://www.smartface.io/developer/guides/project/anatomy-project
了解更多信息图标大小也在下面的链接中定义;