我adjustPan
在Manifest.xml
文件中添加了我的Activity
标签Manifest.xml
android:name=".LoginActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:theme="@style/Theme.Sherlock.NoActionBar"
android:windowSoftInputMode="adjustPan"
问题是当我添加adjustPan
我的选择栏(CAB)时隐藏。当我adjustPan
从Manifest.xml
它的显示完美中移除时。让我知道 adjustPan有什么问题?