I cant figure out how to get the current color of the text of a Button. I know its probably this but cant quite figure out the parameters.
public static int getTextColor (Context context, TypedArray attrs, int def)... Basically Im trying to do this
if(text is RED) {make text BLACK} else {make text RED} I know how to set the text color.