private Switch SwitchScan; ... SwitchScan = (Switch) rootView.findViewById(R.id.switch_Below); ... boolean on = SwitchScan.isChecked();.
確定! 回上一頁