如何删除颜色底部导航菜单
我可以从项目中删除颜色。选择物品具有紫色,并选择灰色。当选择项目没有颜色的颜色png并取消选择灰色时,我需要//i.sstatic.net/zbnkb.jpg“ alt =”在此处输入图像描述”>
I can remove color from item. Select item have purple color and unselect have grey. I need when select item don’t have color only color png and unselect grey.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当我试图理解时,您想在单击按钮时绘制该按钮。
因此,您可以使用OnClick事件使用SetbackgroundColor(您的颜色)按钮属性更改颜色。
我认为您可以创建一个将按钮的背景设置为紫色的方法,并在每个按钮点击事件中调用紫色,并将其呈灰色。
伪代码:
As I tried to understand you want to paint the button when it is clicked.
So you can use the onClick event to change color with setBackgroundColor(Your color) button property.
I think you can create a method that set de background of button to purple on the button clicked and grey to others, call it in each button click event.
PseudoCode: