listview - Android Custom scrollbar -
i working on custom scrollbar.i have created listview :
<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> output:

the output not expected.the scrollbar image vertically stretched. want show some text in scrollbar image according each row in listview.
https://github.com/rno/android-scrollbarpanel
you can refer link. think may usefull you
Comments
Post a Comment