warna hex chnage untuk int warna di 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));