I'm building a selector for button, with a state list drawable,
states.addState(new int[] {android.R.attr.state_checked},
checkedDrawable.getDrawable());
states.addState(new int[] {},
unCheckDrawable.getDrawable());
What should I put in second state ? there is no android.R.attr.state_unchecked