Platform style: Use toolbar on top by default

This commit is contained in:
Thomas Perl 2015-03-16 21:42:35 +01:00
parent e576909235
commit 7a1c0c6173

View file

@ -26,9 +26,11 @@ Item {
property bool android: (typeof(gpodderAndroid) !== 'undefined') || emulatingAndroid
property bool needsBackButton: !android
property bool toolbarOnTop: android
property bool toolbarOnTop: true
property bool invertedToolbar: toolbarOnTop
property bool titleInToolbar: toolbarOnTop
property bool floatingPlayButton: android
property bool hideDisabledMenu: android
property bool floatingPlayButton: true
property bool hideDisabledMenu: true
}