Label fading on click and transitions
I have a weird thing happening in some labels I can't figure out. On my screen/activity I have various labels. Most labels are just labels. Some labels are buttons drawn with a 9 Patch with state changes. Recently I also made some labels that behave like a spinner/combobox and show an InputList when clicked. They also have a 9 Patch to draw them like a combo box.
All of them have black text- The true labels and the button labels I set with Colors.Black and the combobox variation I don't set...it draws black, so I'd assume it is defaulted to Black. Whenever any InputList, Msgbox, screen change or fade occurs though the text of the combobox variety turns gray/grey like it is disabled. Is the default color of a view's text some special color that behaves this way?
I have a weird thing happening in some labels I can't figure out. On my screen/activity I have various labels. Most labels are just labels. Some labels are buttons drawn with a 9 Patch with state changes. Recently I also made some labels that behave like a spinner/combobox and show an InputList when clicked. They also have a 9 Patch to draw them like a combo box.
All of them have black text- The true labels and the button labels I set with Colors.Black and the combobox variation I don't set...it draws black, so I'd assume it is defaulted to Black. Whenever any InputList, Msgbox, screen change or fade occurs though the text of the combobox variety turns gray/grey like it is disabled. Is the default color of a view's text some special color that behaves this way?
Last edited: