android - 强制滚动/弹跳边缘效果 Horizo​​ntalScrollView

标签 android horizontalscrollview

我想让我的 Horizo​​ntalScrollView 可以滚动,即使它没有足够的项目。如果我在 ScrollView 上说像 5 张图片,它就会滚动。但是当我只有 3 个时,它就没有了。有任何想法吗?谢谢。

最佳答案

据我了解,您是否希望始终启用 overScrollMode,在这种情况下,只需在您定义的 ScrollView xml 中添加 android:overScrollMode="always":

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:overScrollMode="always">

关于android - 强制滚动/弹跳边缘效果 Horizo​​ntalScrollView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11499878/

相关文章:

android - 警报对话框显示非常缓慢

安卓指纹检测新增手指

android - 如何禁用 Horizo​​ntalScrollView 中的滚动?

android - PopupWindow 中的 Horizo​​ntalScrollView

java - StringBuilder 将 null 追加为 "null"

android - 在另一个应用程序中终止一个应用程序的服务

android - 在项目中找不到任务

android - Android BBC 新闻和 Pulse 新闻应用程序是如何实现水平 ScrollView 的?

android Horizo​​ntalScrollView布局组件方向

android - Horizo​​ntalScrollView,自动滚动结束动画