View Single Post
anidel's Avatar
Posts: 1,743 | Thanked: 1,231 times | Joined on Jul 2006 @ Twickenham, UK
#389
However, the Move toolbar is almost done

It works as expected, I just need a set of icons!
The tool bars (landscape and portrait) will have this item on it:
(the item names will probably change, but the actions should be clear)

Code:
<toolbar show-arrow='false' action='HildonToolBarHandLandscape'>
                <toolitem action='Back'/>
                <toolitem action='Hand'/>
                <toolitem action='NewPageBefore'/>
                <toolitem action='DeletePage'/>
                <toolitem action='NewPageAfter'/>
                <toolitem action='NewPageEnd'/>
                <separator expand='true' draw='false'/>
                <toolitem action='PreviousPage'/>
                <toolitem action='NextPage'/>
                <separator expand='true' draw='false'/>
                <toolitem action='Fullscreen'/>
</toolbar>
<toolbar show-arrow='false' action='HildonToolBarHandPortrait'>
                <toolitem action='Back'/>
                <toolitem action='Hand'/>
                <separator expand='true' draw='false'/>
                <toolitem action='PreviousPage'/>
                <toolitem action='NextPage'/>
                <separator expand='true' draw='false'/>
                <toolitem action='Fullscreen'/>
</toolbar>
 

The Following 2 Users Say Thank You to anidel For This Useful Post: