Selectionbar is hidden

1.8k Views Asked by At

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?Selectionbar

0

There are 0 best solutions below