<?xml version="1.0" encoding="utf-8"?>
android 滚动条的问题 如何把我下面这个页面加入滚动条 list很多 但现在只显示一页
<!-- 主界面的布局 -->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
  android:orientation="vertical"  ><ListView
        android:id="@+id/listView1"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"  
       android:layout_alignParentRight="true"        android:layout_alignParentTop="true"    ></ListView></RelativeLayout>