Make part of Listview`s Header-/FooterView selectable
问题 I have a ListView with a custom footer set via list.addFooterView(getLayoutInflater().inflate(R.layout.list_footer_view, null, true), null,true); list_footer_view.xml looks like this: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:descendantFocusability="afterDescendants" android:focusable="false"> <LinearLayout android:onClick="onProfileClick" android