状態リストを描画できるボタンのセレクターを作成しています。
states.addState(new int[] {android.R.attr.state_checked},
checkedDrawable.getDrawable());
states.addState(new int[] {},
unCheckDrawable.getDrawable());
何を2番目の状態にする必要がありますか?android.R.attr.state_uncheckedはありません