设置 ScollView 滚动条不消失
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了设置 ScollView 滚动条不消失相关的知识,希望对你有一定的参考价值。
<ScrollView android:layout_width="match_parent" android:layout_height="match_parent" android:fadeScrollbars="false" > <TextView android:id="@+id/txtResult" android:layout_width="match_parent" android:layout_height="wrap_content" /> </ScrollView>
android:fadeScrollbars="true"
Defines whether to fade out scrollbars when they are not in use. [boolean]
以上是关于设置 ScollView 滚动条不消失的主要内容,如果未能解决你的问题,请参考以下文章
在我的 android 应用程序中滚动列表视图时,数据正在消失。我在片段中使用列表视图