嗨,我只是想用字母滚动条实现像 fastscroll 这样的 iPhone。见这里:http ://appsreviews.com/wp-content/uploads/2010/08/Cures-AZ-App-for-iPhone.jpg
令人惊讶的是,我无法为 android 找到类似的东西。
感谢任何帮助。
<ListView
android:id="@+id/lstItems"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_below="@id/seekbarvalue"
android:scrollbarThumbVertical="@drawable/scrollbar_vertical_thumb"
android:scrollbarTrackVertical="@drawable/scrollbar_vertical_track"
android:scrollbarSize="30dp"
android:scrollbarStyle="insideOverlay"
android:fadeScrollbars="false" />
有人在其他帖子中评论了这个主题:“如果你正在为 android 开发,你所有的应用程序小部件都应该做类似的事情。不需要从 iPhone 复制。” 但是,请尝试向您的客户解释,他们希望应用程序在大多数手机上看起来都一样。
这是它现在的样子:丑陋。