@josele13 said in App Design Concept:
In conclusion, I propose my design to be added to the Ubuntu touch ones, so that the developers can put the control buttons on the left side as Unity does, if they want.
Developers can already put multiple action slots on the left of the PageHeader if they wish:
PageHeader {
leadingActionBar.numberOfSlots: 2
leadingActionBar.actions: [
Action {
},
Action {
}
]
}