底部tabBar选中图片颜色怎么改
来源:1-5 项目底部导航菜单开发
tomatoCoder
2017-05-22
我想问一下底部TabBar 我使用的是react-navigation,对于选中颜色更改我用了如下代码
tabBarOptions: {
activeTintColor: '#2196F3',
labelStyle: {
fontSize: 12,
},
style: {
backgroundColor: 'white',
},
},
官方是这么解释的
activeTintColor:label and icon color of the active tab
但是这只能改变文字的颜色,请问图片颜色要怎么改?(本来想通过图片设置来修改,但是设置图片只有 tabBarIcon? 没有tabBarSelectedIcon)
写回答
1回答
-
CrazyCodeBoy
2017-05-23
图片的颜色可以为Image设置style 设置他的tintColor 熟悉即可
012017-05-23
相似问题