cor hexadecimal de chnage para int cor no android
String white = "#ffffff";
int whiteInt = Color.parseColor(white);
Stockholm
String white = "#ffffff";
int whiteInt = Color.parseColor(white);
String hexColor = String.format("#%06X", (0xFFFFFF & intColor));