0

I need to add a "Info" and "Help" buttons when clicking on "Settings" to my application,How? I read some similar questions but I couldn't understand, I am not that expert in programing but I will do my best.

Heres a screen shot for what I am trying to do :

enter image description here

Rachel Gallen
  • 27,943
  • 21
  • 72
  • 81
K-19
  • 67
  • 1
  • 7

1 Answers1

0

This looks like a standard options menu for android. Here is the doc for how to set that up. Note that if you want them there all the time, you could simply use a linear layout, with two image buttons

Jameo
  • 4,507
  • 8
  • 40
  • 66
  • I couldn't implement it , actually I did not now how to start , I tried some codes form other questions but I am confused how to do it . Is there any chance to guide me in step by step how to create an options menu , I am really confused . – K-19 May 12 '13 at 15:41
  • I got a good answer by @Deepanker Chaudhary , at this [link](http://stackoverflow.com/questions/13267030/oncreateoptionsmenu-is-never-called) , Thnks Deepanker. – K-19 May 12 '13 at 18:55