我有一个带有一些项目的listView。如何处理单击ListView中最后一项下面的区域“A”? -------------------------
ITEM1
-------------------------
ITEM2
-------------------------
项目3
-------------------------
区域A
-------------------------
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="#000000">
<ListView
android:id="@+id/lvMainLeft"
android:layout_width="match_parent"
android:layout_height="fill_parent"
android:choiceMode="multipleChoice"
style="@style/list_view">
</ListView>
</RelativeLayout>