1

adjustPanManifest.xml文件中添加了我的Activity标签Manifest.xml

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

4

0 回答 0