我有一个包含一些项目的 listView。如何处理单击 ListView 中最后一项下方的区域“A”? -------------------------
项目1
-------------------------
项目2
-------------------------
第 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>