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:

enter image description here

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

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -