To get a Color from a hexadecimal to a color you can use the parseColor
public static int parseColor (String colorString)
And to use it remember the # character
Color.parseColor("#636161");
Exploration of Information, Communication and Technology
To get a Color from a hexadecimal to a color you can use the parseColor
public static int parseColor (String colorString)
And to use it remember the # character
Color.parseColor("#636161");