搜尋此網誌

2012年11月22日 星期四

CheckedTextView usage

CheckedTextView can be placed in the listview as a combination of checkbox and textview. This widget is very useful when you decide to let listview have a clickable item. CheckedTextView or you can check the list10 example under the view folder of android apidemos.

Focusable屬性

預設的設定上,使用者無法移動focus(焦點,也就是有外圍邊框的狀態)到此view, 若設為true,則使用者可以 拿到這個view的focus.