Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

SDL 0231 Menu Tiles Revision #795

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions proposals/0231-main-menu-tiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ We will then add the ability to change the menu to a tiled layout using `SetGlob
<function name="SetGlobalProperties" functionID="SetGlobalPropertiesID" messagetype="request">
...
<!-- Additions -->
<param name="menuLayout" type="MenuLayout" defvalue="LIST" mandatory="false" since="X.Y">
<param name="menuLayout" type="MenuLayout" mandatory="false" since="X.Y">
<description>Sets the layout of the main menu screen. If this is sent while a menu is already on-screen, the head unit will change the display to the new layout type.</description>
</param>
</function>
Expand All @@ -66,7 +66,7 @@ We will then add the ability to change the menu to a tiled layout using `SetGlob

...
<!-- Additions -->
<param name="menuLayout" type="MenuLayout" defvalue="LIST" mandatory="false" since="X.Y">
<param name="menuLayout" type="MenuLayout" mandatory="false" since="X.Y">
<description>Sets the layout of the submenu screen.</description>
</param>
</function>
Expand Down Expand Up @@ -99,7 +99,7 @@ The HMI_API updates are very similar to the MOBILE_API updates.
<function name="UI.SetGlobalProperties" messagetype="request">
...
<!-- Additions -->
<param name="menuLayout" type="MenuLayout" defvalue="LIST" mandatory="false">
<param name="menuLayout" type="MenuLayout" mandatory="false">
<description>Sets the layout of the main menu screen. If this is sent while a menu is already on-screen, the head unit will change the display to the new layout type.</description>
</param>
</function>
Expand All @@ -109,7 +109,7 @@ The HMI_API updates are very similar to the MOBILE_API updates.

...
<!-- Additions -->
<param name="menuLayout" type="MenuLayout" defvalue="LIST" mandatory="false" since="X.Y">
<param name="menuLayout" type="MenuLayout" mandatory="false" since="X.Y">
<description>Sets the layout of the submenu screen.</description>
</param>
</function>
Expand Down