摘要: 1.点击减小按钮,文字变小 2.点击增加按钮,文字变大 1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 5 <title>无标题文档</ 阅读全文
posted @ 2017-05-17 22:14 #安生 阅读(255) 评论(0) 推荐(0)
摘要: 1.在输入框输入一句话 2.点击按钮,输入框里面的内容会显示在下面 1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 5 <title>无 阅读全文
posted @ 2017-05-17 22:09 #安生 阅读(156) 评论(0) 推荐(0)
摘要: TimePicker(时间选择器) 方法 描述 Integer getCurrentHour () 返回当前设置的小时 Integer getCurrentMinute() 返回当前设置的分钟 boolean is24HourView() 判断是否是24小时制 void setCurrentHour 阅读全文
posted @ 2017-05-17 11:11 #安生 阅读(167) 评论(0) 推荐(0)
摘要: RadioButton(单选按钮) 嵌入到RadioGroup中实现单选效果 android: checkedButton=”radio的id值 ”; int getCheckedRadioButtonId( ); //获得被选中的单选按钮的id CheckBox(复选框) android: che 阅读全文
posted @ 2017-05-17 11:09 #安生 阅读(75) 评论(0) 推荐(0)