Posts

Showing posts from May, 2017

Expand View's Touch area in Android

Image
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 = &q