滾動型沒有Android手機滾動型沒有Android手機工作
<ScrollView android:id="@+id/scrlListView"
android:layout_width="match_parent"
android:layout_marginTop="5sp"
android:layout_height="213dp">
<LinearLayout android:id="@+id/linrListView"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ListView android:id="@+id/listcontact"
android:layout_width="match_parent"
android:divider="@null"
android:dividerHeight="2dp"
android:scrollbars="vertical"
android:fastScrollEnabled="true"
android:layout_height="281dp"
android:cacheColorHint="#00000000">
</ListView>
</LinearLayout>
</ScrollView>
工作什麼在此代碼的問題?
爲什麼你給高度不斷scrollview將其更改爲fill_parent並嘗試。 –
您是否收到任何錯誤或異常? –
爲什麼你使用滾動視圖的listview .. –