0
<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")。如果我把这最后两个代码我的滚动条会淡出,为什么?你有解决方案吗?

4

1 回答 1

0

请用这个代替那个。

在这里达到了预期的结果并为每个活动添加了清单

安卓:windowSoftInputMode="stateHidden"

于 2013-04-16T18:50:22.767 回答