I am trying to save the text color of a disabled button when it's in the disabled state. Disabling the button and storing the content of button.TextColor always seems to come out wit the same value, which doesn't seem to match what I expect.
I guess the color is being decided by android at a lower level, in accordance with the scheme selected.
Is there any way I can determine what color the text of a disabled button is, programatically?
I guess the color is being decided by android at a lower level, in accordance with the scheme selected.
Is there any way I can determine what color the text of a disabled button is, programatically?