-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SDL 0267] Main Menu UI Updates #3195
Labels
proposal
Accepted SDL Evolution Proposal
Comments
This was referenced Jan 6, 2021
Merged
The proposal markdown file has been updated per the revisions included in the accepted Revise SDL 0267 Main Menu UI Updates. Accepted Revisions:
<struct name="MenuParams">
<!-- New Parameters -->
<param name="secondaryText" maxlength="500" type="String" mandatory="false">
<description>Optional secondary text to display</description>
</param>
<param name="tertiaryText" maxlength="500" type="String" mandatory="false">
<description>Optional tertiary text to display</description>
</param>
</struct> AddSubmenu<function name="UI.AddSubMenu" messagetype="request">
<!-- New Parameters -->
<param name="secondaryImage" type="Image" mandatory="false">
<description>Optional secondary image struct for menu cell</description>
</param>
</function> AddCommand<function name="UI.AddCommand" messagetype="request">
<!-- New Parameters -->
<param name="secondaryImage" type="Image" mandatory="false">
<description>Optional secondary image struct for menu cell</description>
</param>
</function> |
This was referenced Apr 13, 2021
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Proposal: Main Menu UI Updates
Review: smartdevicelink/sdl_evolution#882
Steering Committee Decision:
The text was updated successfully, but these errors were encountered: