private String strPsd = null;
10年积累的网站建设、做网站经验,可以快速应对客户对网站的新想法和需求。提供各种问题对应的解决方案。让选择我们的客户得到更好、更有力的网络服务。我虽然不认识你,你也不认识我。但先网站设计后付款的网站建设流程,更有红花岗免费网站建设让你可以放心的选择与我们合作。private EditText edtPsd = null;
private CheckBox check = null;
// 弹出输入Wifi密码框
public String showPasswordDialog(int position) {
LayoutInflater inflater = getLayoutInflater();
View layout = inflater.inflate(R.layout.check_psd,
(ViewGroup) findViewById(R.id.check_layout));
edtPsd = (EditText) layout.findViewById(R.id.editText1_check);
check = (CheckBox) layout.findViewById(R.id.checkBox1_check);
check.setTextColor(Color.WHITE);
new AlertDialog.Builder(this)
.setView(layout)
.setMessage(R.string.inputpsd)
.setNegativeButton(R.string.cancel,
new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog,
int which) {
}
})
.setPositiveButton(R.string.ok,
new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog,
int which) {
}
}).show();
check.setOnCheckedChangeListener(new OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton arg0, boolean arg1) {
// TODO Auto-generated method stub
if(check.isChecked()){
edtPsd.setInputType(InputType.TYPE_TEXT_VARIATION_PASSWORD);
}else{
edtPsd.setInputType(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_PASSWORD);
}
}
});
return strPsd;
}
另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。