摘要: Button事件监听器 private Button btnButton = null; private Button btnButton2 = null; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); btnButton = (Button) findViewById(R.id.button1); btnButton2 = (Button) findVie... 阅读全文
posted @ 2013-12-30 16:57 花叶两不见 阅读(297) 评论(0) 推荐(0)
摘要: hint:提示信息,当输入文本后,自动消失;maxLength:文本框中能输入的最大长度;drawableLeft:在文本框中左侧添加图片(ic_launcher 为图片的引用);inputType:在文本中输入的类型(包括:数字,汉字,字母,大写字母等等);添加文本样式--圆角background 引用圆形样式shape.xml 阅读全文
posted @ 2013-12-30 16:12 花叶两不见 阅读(400) 评论(0) 推荐(0)