Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i m using a custom scrollbar and custom thumbimage for android listview.but the problem is the scrollbarThumbVertical image gets elongated when i scroll the listivew..could u guys help me out.

  <ListView
    android:id="@+id/listView1"
    android:layout_width="150dp"
    android:layout_height="wrap_content"
    android:divider="@null"
    android:dividerHeight="0dp"
    android:scrollbarTrackVertical="@drawable/scrollbar"
    android:scrollbarThumbVertical="@drawable/scroll"
    android:background="@android:color/transparent"
    android:cacheColorHint="#00000000" />
share|improve this question
 
use nine patch images ...stackoverflow.com/questions/4310862/android-listview-scrollbar –  Andhrudu Jun 12 '13 at 12:02
add comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.