我的 SearchActivity 有问题。它有一个使用 ActionBarSherlock 制作的 SearchView。当我在横向单击眼镜时,我有软键盘来覆盖所有屏幕。但是使用 adjustPan 参数我希望看到 SearchView。
<activity
android:name=".SearchActivity"
android:label="@string/title_activity_search"
android:theme="@style/ActionBarCompat"
android:windowSoftInputMode="adjustPan"
>
</activity>
你知道我在打字时怎么能看到 SearchView 吗?或者,也许我根本不明白 adjustPan 应该做什么。
谢谢