From 77ca59567f79dab6d85874a9a7d9e829d6075bbc Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 17 Dec 2018 22:57:51 -0800 Subject: Add status icons and other updates Add status icons provided by AGL graphics design team, and tweak the animation behavior to simulate power on at the start of the cycle by blinking them. Additionally, the speed has been switched to MPH, and the turn signal animation has been udpated to simulate passing as opposed to a turn at the start of the cycle. Change-Id: If5e3b9d2138d1129a7478bea1f4f2cb6b05f1499 Signed-off-by: Scott Murray --- app/DashboardGaugeStyle.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/DashboardGaugeStyle.qml') diff --git a/app/DashboardGaugeStyle.qml b/app/DashboardGaugeStyle.qml index d765a70..aafe50f 100644 --- a/app/DashboardGaugeStyle.qml +++ b/app/DashboardGaugeStyle.qml @@ -131,7 +131,8 @@ CircularGaugeStyle { readonly property int kphInt: control.value } Text { - text: "km/h" + id: speedLabel + text: valueSource.mphDisplay ? "MPH" : "km/h" color: "white" font.pixelSize: toPixels(0.09) anchors.top: speedText.bottom -- cgit 1.2.3-korg