Answers for "chnage hex color to int color 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

Browse Popular Code Answers by Language