android基本控件
1.textview
2.edittext
3.button
4.radiobutton以及radiogroup
5.checkbox
6.imageview
textview的基本屬性
android:text
android : textcolor
android : textsize
edittext的基本屬性
android:inputtype
android:hint
android:drawableleft
android:drawablepadding
button的基本屬性
button的點選事件監聽
4種監聽方式

checkbox的基本屬性
checkbox的選中狀态改變事件監聽
全選
擷取選中的checkbox的文本
各個控件之間相同的屬性
android:text,android:width,android:height
android:id
每個控件獨有的屬性
button:onclick
edittext: hint,inputtype
checkbox:checked
radiobutton:checked
練習:深入了解各控件的使用。(點選登入出現使用者名和密碼)
效果展示: