4
我定製scrollbar.I工作已經創建了一個列表視圖爲:的Android定製滾動條
<ListView
android:id="@+id/contact_list_view"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/header_layout"
android:cacheColorHint="#00000000"
android:scrollbarThumbVertical="@drawable/clock"
android:scrollbars="vertical" >
</ListView>
輸出:
器的輸出沒有的預期。滾動的圖像垂直拉伸。我也想根據列表視圖中的每一行在滾動條圖像中顯示一些文本。
感謝hharry,我已經找到了對谷歌搜索這個鏈接。 – 2013-04-06 10:50:37