- Where Developers Learn, Share, & Build Careers


When using jquinstein10 with the sliding menu library, in the example project, clicking on the icon button in the action bar To open the sliding menu and then to turn off again when off, after implementing ActionBarSherlock and running it (not throwing any errors), the icon no longer causes the menu to be displayed. So far I have created the slider menu leib Eri has changed Android's expansion as instead expanded Sherlock activity that went recommended in sliding menu read me. I have also changed the following lines in BaseEquity:

Basic:

  // Customize the ActionBox if (Build.VERSION.SDK_INT> = 11) {getActionBar () .setDisplayHomeAsUpEnabled (true); }   

changed to:

  // Customize the actionbars getSupportActionBar (). SetDeskleHomeAsUp Disabled (true);   

It seems that the button press is being registered in the logcat, but it is not doing anything.

I have been trying to understand it for some time and just wanted to see if anyone has experienced this issue or both are familiar enough with the libraries so that I know this Could it be possible that I was wrong or what I forgot to do.

This is your problem

  Import android.view.MenuItem   

You do not have to use the Android menu nor the ShearLock menu.

Import Android menu internals and use shelllock

  import com.actionbarsherlock.view.MenuItem; Import com.actionbarsherlock.view.Menu;    

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -