GridView click-to-Listen event

Source: Internet
Author: User

In the process of using the ListView control, when the subkey includes a button or a checkbox and other controls, the direct click of the subkey is unresponsive, the analysis found that the original is Button,checkbox and other controls will take priority to get focus, then the child click on the focus of the control is snatched from the above, The GridView is the same.

The solution is as follows:

Way One

① set focusable= "false" android:descendantfocusability= "blocksdescendants" of the GridView

② Setting the focusable= "false" for controls such as button, Checkebox

Way Two

Set the focusable= "false" for all controls in the item layout

GridView click-to-Listen event

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.