android_yang
android_yang
  • 发布:2017-10-27 08:57
  • 更新:2017-10-27 08:57
  • 阅读:1368

【报Bug】原生底部导航subNViews在Manifest中设置left:auto,android上无法水平居中,IOS上则正常水平居中

分类:5+ SDK

详细问题描述
原生底部导航subNViews在Manifest中设置left:auto,android上无效,IOS上则正常水平居中

manifest.json文件关键部分代码
"launchwebview": {
"bottom": "0px",
"background": "#fff",
"subNViews": [
{
"id": "tabBar1",
"styles": {
"bottom": "0px",
"left": "0",
"height": "50px",
"width": "20%",
"backgroundColor": "#fff",
"position": "dock"
},
"tags": [
{
"tag": "img",
"id": "tabBar11",
"src": "_www/images/bottom/Pharmacy.png",
"position": {
"top": "0",
"left": "auto",
"width": "29px",
"height": "29px"
}
}, {
"tag": "font",
"id": "tabBar12",
"text": "在线商店",
"position": {
"top": "28px",
"left": "0",
"width": "100%",
"height": "22px"
},
"textStyles": {
"align": "center",
"size": "12px",
"color": "#929292"
}
}
]
}, {
"id": "tabBar2",
"styles": {
"bottom": "0px",
"left": "20%",
"height": "50px",
"width": "20%",
"backgroundColor": "#fff",
"position": "dock",
"align":"center"
},
"tags": [
{
"tag": "img",
"id": "tabBar21",
"src": "_www/images/bottom/academic.png",
"position": {
"top": "1.5px",
"left": "auto",
"width": "22px",
"height": "26px"
}
}, {
"tag": "font",
"id": "tabBar22",
"text": "同城交流",
"position": {
"top": "28px",
"left": "0",
"width": "100%",
"height": "22px"
},
"textStyles": {
"align": "center",
"size": "12px",
"color": "#929292"
}
}
]
}, {
"id": "tabBar3",
"styles": {
"bottom": "0px",
"left": "40%",
"height": "50px",
"width": "20%",
"backgroundColor": "#fff",
"position": "dock"
},
"tags": [
{
"tag": "rect",
"id": "tabBorder",
"position": {
"top": "0",
"left": "50%",
"width": "1px",
"height": "1px"
},
"rectStyles": {
"color": "rgba(0,0,0,0.5)"
}
}, {
"tag": "font",
"id": "tabBar32",
"text": "在线学习",
"position": {
"bottom": "0px",
"left": "0",
"width": "100%",
"height": "22px"
},
"textStyles": {
"align": "center",
"size": "12px",
"color": "#929292"
}
}
]
}, {
"id": "tabBar4",
"styles": {
"bottom": "0px",
"left": "60%",
"height": "50px",
"width": "20%",
"backgroundColor": "#fff",
"position": "dock"
},
"tags": [
{
"tag": "img",
"id": "tabBar41",
"src": "_www/images/bottom/health.png",
"position": {
"top": "3px",
"left": "auto",
"width": "28px",
"height": "23px"
}
}, {
"tag": "font",
"id": "tabBar42",
"text": "健康知识",
"position": {
"top": "28px",
"left": "0",
"width": "100%",
"height": "22px"
},
"textStyles": {
"align": "center",
"size": "12px",
"color": "#929292"
}
}
]
}, {
"id": "tabBar5",
"styles": {
"bottom": "0px",
"left": "80%",
"height": "50px",
"width": "20%",
"backgroundColor": "#fff",
"position": "dock"
},
"tags": [
{
"tag": "img",
"id": "tabBar51",
"src": "_www/images/bottom/person.png",
"position": {
"top": "1.5px",
"left": "auto",
"width": "22px",
"height": "26px"
}
}, {
"tag": "font",
"id": "tabBar52",
"text": "个人中心",
"position": {
"top": "28px",
"left": "0",
"width": "100%",
"height": "22px"
},
"textStyles": {
"align": "center",
"size": "12px",
"color": "#929292"
}
}
]
}
]
},

[安装包]

联系方式
[QQ] 137938288
[电话]

2017-10-27 08:57 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复