我有以下的XML和我沒有做任何幻想與壓倒一切的滾動行爲:滾動型不響應
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<ScrollView
android:id="@+id/myscrollview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:fillViewport="true"
android:layout_weight="1">
<ListView
android:id="@+id/mylistview"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
</ScrollView>
<TextView
android:id="@+id/my_empty"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:text="@string/my_foo"
android:gravity="center"
android:visibility="gone"
/>
</LinearLayout>
然而,當嵌入列表視圖並以壓力機和長按響應,它不會滾動。我究竟做錯了什麼?
尾隨的TextView是listview的emptyview。
你們都是我眼中的贏家。 – SapphireSun 2010-12-03 05:25:11