~lifeeth/sahana-eden/mobile

« back to all changes in this revision

Viewing changes to j2me/src/xml/main.xml

  • Committer: Praneeth Bodduluri
  • Date: 2009-08-16 11:14:29 UTC
  • Revision ID: lifeeth@gmail.com-20090816111429-k9mxr5mfdkn2ntr0
Removed the old j2me directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<screen title="Sahana Mobile">
2
 
    <container style="layout:inlinelayout(false,fill); align:top">
3
 
        <text text="Main Menu" />
4
 
         <button onAction="MPE">Missing Person Entry</button>
5
 
        <button onAction="about">About</button>
6
 
    </container>
7
 
    <screenFirstMenu onAction="exitConfirm" shortcuts="back|delete|0">Exit</screenFirstMenu>
8
 
</screen>