Skip to content

Conversation

kanayo
Copy link

@kanayo kanayo commented Dec 16, 2017

On Android set the tint color based on control state.

stateArray[0][0] = -android.R.attr.state_checked;
stateArray[1][0] = android.R.attr.state_checked;
let colorArray = Arr.create("int", 2);
colorArray[0] = android.graphics.Color.GRAY;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd love this feature, but with tintColor instead of GRAY

@chuckmitchell
Copy link

I'd love this feature as well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants