• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Dual sided App Drawer, Left side works - Right doesn't

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've made an app drawer to work both on the left and the right, although I've set up the functions to work perfectly for the left app drawer. I can't figure out how to set up the right drawer.

Basically, I want the same button that is added on the left of the actionbar to appear on the right, and on click the right drawer appears. In the same way that the left app drawer operates? How do I fix?

Code:

MainActivity




activity_main.xml

 
reply
    Bookmark Topic Watch Topic
  • New Topic