第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

如何使復(fù)選框像單選按鈕一樣工作?

如何使復(fù)選框像單選按鈕一樣工作?

慕森卡 2022-11-10 15:15:49
我正在嘗試在我的應(yīng)用程序上使用單選按鈕功能,但很難識(shí)別單選按鈕而不是復(fù)選框。我可以使用復(fù)選框來充當(dāng)單選按鈕,這樣當(dāng)單擊一個(gè)時(shí),另一個(gè)未選中,反之亦然?我嘗試使用單選按鈕,但我無法讓它們?cè)诓煌目ㄆ晥D中工作。
查看完整描述

1 回答

?
心有法竹

TA貢獻(xiàn)1866條經(jīng)驗(yàn) 獲得超5個(gè)贊

嘗試這個(gè)


<CheckBox

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:id="@+id/chkbox1"

android:onClick="onCheckBoxClick"/>


<CheckBox

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:id="@+id/chkbox2"

android:onClick="onCheckBoxClick"/>


// define onCheckBoxClick method on your Activity  


public void onCheckBoxClick(View view){

switch (view.getId()){

case R.id.chkbox1:

    if(checkBox2.isChecked()) {

      checkBox2.setChecked(false);

}

break;

case R.id.chkbox2:

    if(checkBox1.isChecked()) {

       checkBox1.setChecked(false);

}

break;

}


查看完整回答
反對(duì) 回復(fù) 2022-11-10
  • 1 回答
  • 0 關(guān)注
  • 101 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)