(StrColor.substring(0, 2), 16),
Integer.valueOf(StrColor.substring(2, 4), 16),...Integer.valueOf(StrColor.substring(4, 6), 16)));
} else if (length == 8)...{
tv.setTextColor(Color.argb(
Integer.valueOf(StrColor.substring(...0, 2), 16),
Integer.valueOf(StrColor.substring(2, 4), 16),...Integer.valueOf(StrColor.substring(4, 6), 16),
Integer.valueOf(StrColor.substring