Skip to content

Commit

Permalink
Add fuel icon to My Car page
Browse files Browse the repository at this point in the history
Change-Id: Icb36cf995d422171e632c1b6826b6211ce45ab85
Reviewed-by: Volker Krause <[email protected]>
Reviewed-by: Nedim Hadzic <[email protected]>
  • Loading branch information
mpersano authored and vkrause committed Sep 28, 2016
1 parent b4bdb55 commit 28058cd
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imports/shared/assets/icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imports/shared/assets/icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imports/shared/assets/icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imports/shared/assets/icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imports/shared/assets/icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions sysui/MyCar/MyCarOverview.qml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,15 @@ UIElement {

ListViewManager {
id: view

width: Style.hspan(5)
Layout.fillHeight: true

model: ListModel {
ListElement { name: "Tire Pressure Monitor"; symbol: ""; slide: "Status" }
ListElement { name: "Warning"; symbol: "tire_pressure"; slide: "TireFault" }
ListElement { name: "Tire Pressure"; symbol: "tire_pressure"; slide: "TireFault" }
ListElement { name: "Engine"; symbol: "engine"; slide: "" }
ListElement { name: "Fuel"; symbol: "fuel"; slide: "" }
ListElement { name: "Trunk Open"; symbol: "trunk_open"; slide: "HatchFault" }
ListElement { name: "Door Open"; symbol: "door_open"; slide: "DoorFault" }
ListElement { name: "Car Color"; symbol: ""; slide: "" }
}

delegate: CategoryListItem {
Expand Down

0 comments on commit 28058cd

Please sign in to comment.