From e9b63a2dccd72157c75475ca98b00d72d19bac6f Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Wed, 20 Dec 2017 01:12:14 +0900 Subject: Update to new color scheme The color scheme has been changed to new one. Bug-AGL: SPEC-673 Change-Id: Ibea18e2ae13523a9231a9e0e7001e76f585a428e Signed-off-by: Tadao Tanikawa --- app/Dashboard.qml | 6 +- app/TirePressure.qml | 2 +- app/images/HMI_Dashboard_Car.png | Bin 253513 -> 256058 bytes app/images/HMI_Dashboard_Fuel_Details.svg | 133 ++++++------------- app/images/HMI_Dashboard_Fuel_Icon.svg | 115 ++++++---------- app/images/HMI_Dashboard_LeftTire.svg | 187 +++++++++++--------------- app/images/HMI_Dashboard_RightTire.svg | 188 +++++++++++---------------- app/images/HMI_Dashboard_Speed_Icon.svg | 143 ++++++++------------ app/images/HMI_Dashboard_TirePressure_OK.svg | 157 +++++++++------------- 9 files changed, 345 insertions(+), 586 deletions(-) diff --git a/app/Dashboard.qml b/app/Dashboard.qml index 091234d..a4ee8eb 100644 --- a/app/Dashboard.qml +++ b/app/Dashboard.qml @@ -206,7 +206,7 @@ ApplicationWindow { horizontalAlignment: Label.AlignLeft text: translator.translate(qsTr('%1 GALLONS').arg(9), translator.language) font.pixelSize: 24 - color: '#66FF99' + color: '#00ADDC' } Label { Layout.fillWidth: true @@ -225,7 +225,7 @@ ApplicationWindow { horizontalAlignment: Label.AlignLeft text: translator.translate(qsTr('%1 MI').arg(9), translator.language) font.pixelSize: 24 - color: '#66FF99' + color: '#00ADDC' } Label { Layout.fillWidth: true @@ -244,7 +244,7 @@ ApplicationWindow { horizontalAlignment: Label.AlignLeft text: translator.translate(qsTr('%1 MPG').arg(25.5), translator.language) font.pixelSize: 24 - color: '#66FF99' + color: '#00ADDC' } } } diff --git a/app/TirePressure.qml b/app/TirePressure.qml index b390eac..437cf2f 100644 --- a/app/TirePressure.qml +++ b/app/TirePressure.qml @@ -21,7 +21,7 @@ Image { anchors.bottomMargin: 55 anchors.leftMargin: 140 anchors.rightMargin: 140 - color: '#66FF99' + color: '#00ADDC' font.pixelSize: 20 } diff --git a/app/images/HMI_Dashboard_Car.png b/app/images/HMI_Dashboard_Car.png index b17d135..387a4b1 100644 Binary files a/app/images/HMI_Dashboard_Car.png and b/app/images/HMI_Dashboard_Car.png differ diff --git a/app/images/HMI_Dashboard_Fuel_Details.svg b/app/images/HMI_Dashboard_Fuel_Details.svg index 026e560..a9faad4 100644 --- a/app/images/HMI_Dashboard_Fuel_Details.svg +++ b/app/images/HMI_Dashboard_Fuel_Details.svg @@ -1,95 +1,48 @@ - - - -image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/images/HMI_Dashboard_Fuel_Icon.svg b/app/images/HMI_Dashboard_Fuel_Icon.svg index 91d1675..afb62a9 100644 --- a/app/images/HMI_Dashboard_Fuel_Icon.svg +++ b/app/images/HMI_Dashboard_Fuel_Icon.svg @@ -1,76 +1,39 @@ - - - -image/svg+xml \ No newline at end of file + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + diff --git a/app/images/HMI_Dashboard_LeftTire.svg b/app/images/HMI_Dashboard_LeftTire.svg index 7f98fe4..5926fd7 100644 --- a/app/images/HMI_Dashboard_LeftTire.svg +++ b/app/images/HMI_Dashboard_LeftTire.svg @@ -1,49 +1,19 @@ - - - -image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/images/HMI_Dashboard_RightTire.svg b/app/images/HMI_Dashboard_RightTire.svg index fc7b660..fc26c86 100644 --- a/app/images/HMI_Dashboard_RightTire.svg +++ b/app/images/HMI_Dashboard_RightTire.svg @@ -1,49 +1,19 @@ - - - -image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/images/HMI_Dashboard_Speed_Icon.svg b/app/images/HMI_Dashboard_Speed_Icon.svg index 94361fe..a5f9c1b 100644 --- a/app/images/HMI_Dashboard_Speed_Icon.svg +++ b/app/images/HMI_Dashboard_Speed_Icon.svg @@ -1,90 +1,53 @@ - - - -image/svg+xml \ No newline at end of file + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/images/HMI_Dashboard_TirePressure_OK.svg b/app/images/HMI_Dashboard_TirePressure_OK.svg index 9328967..8d535b5 100644 --- a/app/images/HMI_Dashboard_TirePressure_OK.svg +++ b/app/images/HMI_Dashboard_TirePressure_OK.svg @@ -1,102 +1,61 @@ - - - -image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg