BottomBar 怎么样动态替换图片

移动开发 码拜 8年前 (2017-04-24) 1049次浏览
例如本人底部是一个灰色空心图片,当选中的时候变成红色石心图片,本人用什么办法能替换本人的图片?
解决方案

20

<item android:state_checked=”true”  android:drawable=”@drawable/home_selected”></item>
改为<item android:state_selected=”true”  android:drawable=”@drawable/home_selected”></item>

CodeBye 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明BottomBar 怎么样动态替换图片
喜欢 (0)
[1034331897@qq.com]
分享 (0)