<LinearLayout id="ll">
<TextView id="tv">
</TextView>
<EditText id="et">
</EditText>
</LinearLayout>
When I click tv,I can trigger click event of ll.
But,when I click et,I can't.
It seems that et consume the click event.
How can solve this strange problem?