Smart Face ActionBar菜单图标太小

时间:2015-03-05 08:23:56

标签: menuitem smartface.io

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.
    }
});

1 个答案:

答案 0 :(得分:0)

首先支持每个设备,应填写所有资源文件夹。

您可以从http://www.smartface.io/developer/guides/project/anatomy-project

了解更多信息

图标大小也在下面的链接中定义;

http://iconhandbook.co.uk/reference/chart/android/

http://developer.android.com/design/style/iconography.html