展会信息港展会大全

Android确认同意条约
来源:互联网   发布日期:2016-01-14 12:29:26   浏览:1162次  

导读:只有同意条约Button才可用,否则Button为不可用状态。package zhang.check;import android.app.Activity;import android.os.Bundle;import android.widget.Button;import android.widget.CheckBox;import ......

只有同意条约Button才可用,否则Button为不可用状态。

package zhang.check;

import android.app.Activity;

import android.os.Bundle;

import android.widget.Button;

import android.widget.CheckBox;

import android.widget.CompoundButton;

import android.widget.TextView;

import android.widget.CompoundButton.OnCheckedChangeListener;

public class check extends Activity {

private Button ok;

private CheckBox checkBox;

/** Called when the activity is first created. */

@Override

public void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);

setContentView(R.layout.main);

ok=(Button)findViewById(R.id.ok);

checkBox=(CheckBox)findViewById(R.id.checkBox);

ok.setEnabled(false);

checkBox.setOnCheckedChangeListener(new CheckBoxListener());

}

class CheckBoxListener implements OnCheckedChangeListener{

@Override

public void onCheckedChanged(CompoundButton arg0, boolean arg1) {

// TODO Auto-generated method stub

if(checkBox.isChecked())

ok.setEnabled(true);

else

ok.setEnabled(false);

}

}

}

布局

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

android:layout_height="fill_parent"

android:layout_width="fill_parent"

android:orientation="vertical"

>

<TextView

android:id="@+id/show"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:text="@string/hello"

/>

<CheckBox

android:id="@+id/checkBox"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="是否同意条约"

/>

<Button

android:id="@+id/ok"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="提交"

type="submit"

/>

</linearlayout>

赞助本站

人工智能实验室

相关热词: 确认 同意条约

AiLab云推荐
推荐内容
展开

热门栏目HotCates

Copyright © 2010-2024 AiLab Team. 人工智能实验室 版权所有    关于我们 | 联系我们 | 广告服务 | 公司动态 | 免责声明 | 隐私条款 | 工作机会 | 展会港