Selectionbar is hidden

假装没事ソ 提交于 2019-12-02 10:09:58

问题


I have added adjustPan in Manifest.xml file here is my Activity tag in Manifest.xml

android:name=".LoginActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:theme="@style/Theme.Sherlock.NoActionBar"
android:windowSoftInputMode="adjustPan"
Problem is this when I added adjustPan my Selection bar(CAB) is hidden. When I remove adjustPan from Manifest.xml Its showing perfect. Let me know what's wrong with adjustPan?

来源:https://stackoverflow.com/questions/24956157/selectionbar-is-hidden

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!