Answers for "how to set the color in hex in android"

0

chnage hex color to int color in android

String white = "#ffffff";
int whiteInt = Color.parseColor(white);
Posted by: Guest on October-06-2020

Code answers related to "how to set the color in hex in android"

Browse Popular Code Answers by Language