【发布时间】:2018-06-01 20:41:36
【问题描述】:
NestedScrollView nestedScrollView = (NestedScrollView) findViewById(R.id.content);
nestedScrollView.setVerticalScrollBarEnabled(true);
setVerticalScrollBarEnabled 在上述代码中不起作用。
【问题讨论】:
-
您的滚动条会在一段时间后隐藏吗?
-
不...滚动条本身没有显示
标签: android android-layout android-widget android-scrollview android-nestedscrollview