Expand View's Touch area in Android
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAb2AO1QdcsRhnHZOBclcAsu-8ewf-spd31zFi7C-2DyZQ7HYw2lte2-uNsdlvB_AjzKbIK6Ck_fZzgVborpYLDO5P_XR6VAhxApNumxvgaC25NZq5j0POkAJUWEM1dKSil0jDm8Bhu2VS/s320/touch_delegate.png)
There is an issue that I met a few days ago, my colleague wants me to improve the checkbox's clickable experience in Android. Following is the layout code and its visual effect. Then the xml layout file: < LinearLayout android : layout_width = " wrap_content " android : layout_height = " wrap_content " android : orientation = " vertical " > < LinearLayout android : id = " @+id/checkbox1_container " android : layout_width = " wrap_content " android : layout_height = " wrap_content " android : layout_marginEnd = " 50dp " android : layout_marginRight = " 50dp " android : gravity = " center " android : orientation = " horizontal " > < CheckBox android : id = ...