summaryrefslogtreecommitdiff
path: root/src/components/interfaces/HMI_API.xml
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2018-04-24 15:35:43 -0400
committerjacobkeeler <jacob.keeler@livioradio.com>2018-05-02 17:47:31 -0400
commit1e9d9b20d7dd1599b21b3bebe75d993165745be0 (patch)
tree69c7daba0a9e7a956fce37b415becfa93f82cdcc /src/components/interfaces/HMI_API.xml
parentdf9b67026d90f0f9cdf04bec7dd3c7666a25db87 (diff)
downloadsdl_core-1e9d9b20d7dd1599b21b3bebe75d993165745be0.tar.gz
Add secondaryGraphic to ImageFieldName enumfeature/imagefieldname_for_secondaryimage
Diffstat (limited to 'src/components/interfaces/HMI_API.xml')
-rw-r--r--src/components/interfaces/HMI_API.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index ab3933fc0f..a7302a31cf 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -624,7 +624,10 @@
<description>The image field for the app icon (set by setAppIcon)</description>
</element>
<element name="graphic">
- <description>The image field for Show</description>
+ <description>The primary image field for Show</description>
+ </element>
+ <element name="secondaryGraphic">
+ <description>The secondary image field for Show</description>
</element>
<element name="showConstantTBTIcon">
<description>The primary image field for ShowConstantTBT</description>