selector屬性

android:drawable 放一個drawable資源
android:state_pressed 是否按下,如一個按鈕觸摸或者點擊。
android:state_focused 是否取得焦點,好比用戶選擇了一個文本框。
android:state_hovered 光標是否懸停,一般與focused state相同,它是4.0的新特性
android:state_selected 被選中,它與focus state並不徹底同樣,如一個list view 被選中的時候,它裏面的各個子組件可能經過方向鍵,被選中了。
android:state_checkable 組件是否能被check。如:RadioButton是能夠被check的。
android:state_checked 被checked了,如:一個RadioButton能夠被check了。
android:state_enabled 可以接受觸摸或者點擊事件
android:state_activated 被激活
android:state_window_focused 應用程序是否在前臺,當有通知欄被拉下來或者一個對話框彈出的時候應用程序就不在前臺了
相關文章
相關標籤/搜索