From 64601672a89d4686e9291ad2d1a78df021958bef Mon Sep 17 00:00:00 2001 From: Joakim Bygdell Date: Sun, 26 Jul 2015 13:59:30 +0200 Subject: QML UI: make the app blue White is boring, so lets change the color of the android app to a more pleasing subsurface blue. Signed-off-by: Joakim Bygdell Signed-off-by: Dirk Hohndel --- qt-mobile/main.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qt-mobile') diff --git a/qt-mobile/main.qml b/qt-mobile/main.qml index 812a27429..4f0bb16e7 100644 --- a/qt-mobile/main.qml +++ b/qt-mobile/main.qml @@ -61,6 +61,7 @@ ApplicationWindow { spacing: prefsButton.height * 0.1 Rectangle { id: topPart + color: "#2C4882" Layout.minimumHeight: prefsButton.height * 1.2 Layout.fillWidth: true anchors.bottom: detailsPage.top @@ -94,6 +95,7 @@ ApplicationWindow { DiveList { anchors.fill: detailsPage id: diveDetails + color: "#2C4882" } } -- cgit v1.2.3-70-g09d2