<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:focusable="true"
android:focusableInTouchMode="true"
android:fadeScrollbars="false" >
<Scrollview ...
我想始终显示滚动条(android:fadeScrollbars="false"
)!我的屏幕上也有EditTexts。这就是我放(android:focusableInTouchMode="true"
和android:focusable="true"
)的原因。如果我把最后2个代码放在我的滚动条淡出,为什么?你有解决方案吗?
答案 0 :(得分:0)
在此处获得了所需的结果,并在每个活动的清单中添加
机器人:windowSoftInputMode = “stateHidden”