android Programming Glossary: customfastscrollview
Fast Scroll display problem with ListAdapter and SectionIndexer http://stackoverflow.com/questions/3225092/fast-scroll-display-problem-with-listadapter-and-sectionindexer 2011 03 pokedroid_1.png All you need to do is add these values to your res values attrs.xml declare styleable name CustomFastScrollView attr name overlayWidth format dimension attr name overlayHeight format dimension attr name overlayTextSize format dimension.. format dimension attr name overlayScrollThumbWidth format dimension declare styleable And then use this CustomFastScrollView instead of the one in the link public class CustomFastScrollView extends FrameLayout implements OnScrollListener OnHierarchyChangeListener.. format dimension declare styleable And then use this CustomFastScrollView instead of the one in the link public class CustomFastScrollView extends FrameLayout implements OnScrollListener OnHierarchyChangeListener private Drawable mCurrentThumb private Drawable..
|