I have a list view , each item has a clickable textview, when I click the textview, then change it into two buttons, if I click the outside of the textview I need the whole
<RelativeLayout … android:descendantFocusability="blocksDescendants" > <Button … android:focusable="false" /> </RelativeLayout>