如何能获取android按钮背景的颜色
展开全部
Drawable background = button.getBackground();
ColorDrawable colorDrawable = (ColorDrawable) background;
int color = colorDrawable.getColor();
button1.setBackgroundColor(color);
其实我也不知道咋获取,看到问题之后自行调试了一下,顺着代码走走或许你就会一不小心发现了。
ColorDrawable colorDrawable = (ColorDrawable) background;
int color = colorDrawable.getColor();
button1.setBackgroundColor(color);
其实我也不知道咋获取,看到问题之后自行调试了一下,顺着代码走走或许你就会一不小心发现了。
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询