1.16位颜色进制转换位10进制:
//代码示例:(其他按钮相同)
ToggleButton toggleButton = (ToggleButton)findViewById(R.id.but_table);
int color = Color.parseColor("#3ddc84");
toggleButton.setTextColor(color);
1.16位颜色进制转换位10进制:
//代码示例:(其他按钮相同)
ToggleButton toggleButton = (ToggleButton)findViewById(R.id.but_table);
int color = Color.parseColor("#3ddc84");
toggleButton.setTextColor(color);