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