aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/qml')
-rw-r--r--homescreen/qml/images/AGL_HMI_Blue_Background_NoCar-01.pngbin949053 -> 951359 bytes
-rw-r--r--homescreen/qml/main.qml8
2 files changed, 2 insertions, 6 deletions
diff --git a/homescreen/qml/images/AGL_HMI_Blue_Background_NoCar-01.png b/homescreen/qml/images/AGL_HMI_Blue_Background_NoCar-01.png
index 357c204..a4e026c 100644
--- a/homescreen/qml/images/AGL_HMI_Blue_Background_NoCar-01.png
+++ b/homescreen/qml/images/AGL_HMI_Blue_Background_NoCar-01.png
Binary files differ
diff --git a/homescreen/qml/main.qml b/homescreen/qml/main.qml
index 164cbf7..24ee262 100644
--- a/homescreen/qml/main.qml
+++ b/homescreen/qml/main.qml
@@ -136,18 +136,14 @@ Window {
container.state = 'fullscreen'
touchArea.switchArea(1)
homescreenHandler.tapShortcut(appName, true)
- if (appName === 'navigation' || appName === 'browser') {
- container.opacity = 0.0
- }
+ container.opacity = 0.0
} else {
image.source = './images/normal.png'
btnState = 'normal'
container.state = 'normal'
touchArea.switchArea(0)
homescreenHandler.tapShortcut(appName, false)
- if (appName === 'navigation' || appName === 'browser') {
- container.opacity = 1.0
- }
+ container.opacity = 1.0
}
}
}