View Single Post
Posts: 33 | Thanked: 37 times | Joined on Jul 2012
#3355
Originally Posted by BlazingBird View Post
Dats wat im talking guys. We need new beautiful ideas to change the UI more iconic and fluid. The swiping thing sounds good and could also be like swiping effect as Android ICS. Please do share if you have more ideas about the UI.
I already made a suggestion before, done with

Code:
ButtonRow {
style: TabButtonStyle { inverted:theme.inverted }

TabButton {
id: chatsTabButton
platformStyle: TabButtonStyle{inverted:theme.inverted}
iconSource: theme.inverted ? "image://theme/icon-m-toolbar-new-chat-white" : "image://theme/icon-m-toolbar-new-chat"
tab: waChats
}
TabButton {
id: contactsTabButton
platformStyle: TabButtonStyle{inverted: theme.inverted}
iconSource: theme.inverted ? "image://theme/icon-m-toolbar-contact-white" : "image://theme/icon-m-toolbar-contact"
tab: waContacts
}
}
in main.qml.

PS: This is especially better with a german translation since appropriate words would be too long to fit into the tab buttons...
Attached Images
  

Last edited by smoof; 2012-08-31 at 14:21.
 

The Following 3 Users Say Thank You to smoof For This Useful Post: