• 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

Have ways for remain previous layout in all pages?

 
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to create an application that have 5 buttons in bottom of page, when user clicks on the any button, the page will changes but 5buttons remain in bottom of page. now i create this program but when i call setContentView() in other class becuase i call other layout, buttons removed. have ways for remain 5buttons? or i should create 5buttons again in 5layout?

Thanks
Cheers
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If the other layout should show the buttons, then, yes - it needs to contain those buttons.

Maybe using a TabActivity/TabLayout would be a suitable GUI design.
 
fahimeh hashemian
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I find how to create this but when i use merge and include tag in xml file, the program has errors.What is the problem?

Activity_main.xml




location.xml

 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

What is the problem?


Impossible to say, because we have no idea what "the program has errors" means: TellTheDetails.
reply
    Bookmark Topic Watch Topic
  • New Topic