android GridView item中組件獲取焦點

項目中在使用GridView控件時,裏面的item有imageView、buttion等子控件。 html

可是GridView默認焦點是讓item獲取焦點,因此要使子控件獲取焦點的話,要在gridview的屬性中設置: android

android:descendantFocusability="afterDescendants" spa


http://developer.android.com/reference/android/view/ViewGroup.html#attr_android:descendantFocusability htm

相關文章
相關標籤/搜索