ActionBarSherlock
                                
                                 ActionBarSherlock copied to clipboard
                                
                                    ActionBarSherlock copied to clipboard
                            
                            
                            
                        Second time custom layout for actionbar is added, actionbar didn't update itself on 4.2.x and higher
I'm using sherlock action bar, and I've added custom layout for sherlock action bar and it is working perfectly fine on all versions upto 4.1.x....
But action bar didn't update itself on version 4.2.x and higher.
What i'm doing is that, i inflate new layout when custom button is clicked, but action bar didn't update itself visually....
I've tried to add Edit text in custom layout. when i add an EditText, soft keyboard also popups, which i think is that it is working perfectly at backend, only action bar is not updating itself visually.
Kindly can you tell me what can be the issue ?