if we has a ViewGroup,and the viewGroup is focusable.in this case ,we should the attribute :
android:descendantFocusability = blocksDescendants (if descendants don't need focus)
android:descendantFocusability = beforeDescendants (if descendants need focus)
if we set nothing,the focus may lost(or not visible)