0

Possible Duplicate:
Creating a sliding drawer with menu items

As shown in the screen shot attached i need to show a menu in my application. How it is possible ?enter image description here

enter image description here

Community
  • 1
  • 1
Kamalone
  • 4,045
  • 5
  • 40
  • 64

1 Answers1

0

I guess you are using action bar sherlock library,If so, first enable homebutton which is on left side of an actionbar

mActionbar.setHomeButtonEnabled(true);

Then, Set Icon for that button

mActionbar.setIcon(R.drawable.image_name);
RajeshVijayakumar
  • 10,281
  • 11
  • 57
  • 84