我正在为按钮构建一个选择器,带有一个可绘制的状态列表,
states.addState(new int[] {android.R.attr.state_checked},
checkedDrawable.getDrawable());
states.addState(new int[] {},
unCheckDrawable.getDrawable());
我应该把什么放在第二个状态?没有 android.R.attr.state_unchecked