我在 android studio 上有一个项目,我需要获取按钮的背景颜色以将颜色应用到另一个按钮。
我试过这个:
ColorDrawable BgColor = (ColorDrawable) btn_next.getBackground(); btn_filRouge.setBackgroundColor(BgColor);
我想将 ColorDrawable 转换为 int。或者直接将颜色获取到 int 中。
月关宝盒
相关分类