Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序使用ScrollViewwith android:scaleY="-1"。在搭载 Android P 的手机中,滚动的势头现在已恢复。
ScrollView
android:scaleY="-1"
这意味着在我向下滚动并释放后 - scrollView 继续向上滚动(动量)
可以在这里看到一个例子
也许它与滚动变化有关,但不清楚它们是什么
值得一提的是,相同的应用程序在旧版本的 Android 上可以正常运行
我的问题是:这是新 Android 版本中的错误吗?或者我在我的滚动视图中缺少一些滚动属性?