• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Menu Buttons Horizontal Layout

Hi, in advance thanks all for the answers.

I´m trying to do do a Menu that has three buttons next to each other and then to options below, like the menu in chrome browser in android:
Screenshot_20170228-171123.png Screenshot_20170228-171435.png

I´ve looked everywhere please help!

Thanks!
 
Yes of course, I think it is an options menu yes, although I´m using a PopupMenu to inflate the menu.

The problem comes at the time of arranging the items inside the menu. There is no way to set one next to each other horizontally.
 
Use the graphic designer, drag and drop your widgets onto the screen, than fine tune with your XML. Much easier like that. A/Studio really excels in that.

Ur layout files are in app/src/main/layout, click on the "Design" tab.

Enjoy! :)
 
Back
Top Bottom