在我的 ListActivity 上,当在 Android 2.2 虚拟设备上运行时,我得到了褪色边缘效果。但是,当我使用带有 Android 2.2.1 的三星 GIO 来运行完全相同的应用程序时,我没有得到 ListView 边缘衰减。可能是什么原因?下面是 ListActivity 中我的 ListView 的 XML:
<ListView
android:id="@+id/@android:list"
android:fadingEdge="vertical"
android:fadingEdgeLength="3mm"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/showMixHeader"/>