summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-05-03 14:54:14 -0400
committerJackLivio <jack@livio.io>2018-05-03 14:54:14 -0400
commitc1b4b3ac89d94c2d623f7df4b016aa2bab5f24ff (patch)
treeac1919ef869b644ad635eee30c9abd44a452b241
parentd07370836373c33c0e58f8737cfcd5dc064384fe (diff)
downloadsdl_core-c1b4b3ac89d94c2d623f7df4b016aa2bab5f24ff.tar.gz
Fix spacing
-rw-r--r--src/components/interfaces/MOBILE_API.xml21
1 files changed, 12 insertions, 9 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 9f13eb1c57..a37cc3ecd5 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -2898,15 +2898,15 @@
<description>
A color scheme for all display layout templates.
</description>
- <param name="primaryColor" type="RGBColor" mandatory="false">
- <description>The primary "accent" color</description>
- </param>
- <param name="secondaryColor" type="RGBColor" mandatory="false">
- <description>The secondary "accent" color</description>
- </param>
- <param name="backgroundColor" type="RGBColor" mandatory="false">
- <description>The color of the background</description>
- </param>
+ <param name="primaryColor" type="RGBColor" mandatory="false">
+ <description>The primary "accent" color</description>
+ </param>
+ <param name="secondaryColor" type="RGBColor" mandatory="false">
+ <description>The secondary "accent" color</description>
+ </param>
+ <param name="backgroundColor" type="RGBColor" mandatory="false">
+ <description>The color of the background</description>
+ </param>
</struct>
<!-- Requests/Responses -->
@@ -3008,7 +3008,9 @@
See AppInfo.
</description>
</param>
+
<param name="dayColorScheme" type="TemplateColorScheme" mandatory="false"/>
+
<param name="nightColorScheme" type="TemplateColorScheme" mandatory="false"/>
</function>
@@ -5268,6 +5270,7 @@
</param>
<param name="dayColorScheme" type="TemplateColorScheme" mandatory="false"/>
+
<param name="nightColorScheme" type="TemplateColorScheme" mandatory="false"/>
</function>