長方體圓形按鈕是android中的自定義圓形按鈕(來源:Github Cuboid Circle Button)。在運行時更改長方體圓形按鈕顏色
我在我的應用程序中使用該按鈕。它運行良好,但我找不到在運行時以編程方式更改其顏色的方法。
在此類中,onCreate
之前我有:
com.cuboid.cuboidcirclebutton.CuboidButton btnReplayEnd;
然後在onCreate
:
btnReplayEnd = (com.cuboid.cuboidcirclebutton.CuboidButton) findViewById(R.id.btnReplayEnd);
而在 'setTheme' 方法(在相同的類):
btnReplayEnd.setCircle_color(getResources().getColor(R.color.replayNormalDark));