forked from spadival/headunit
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a945542
commit 9d305e2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ function AndroidAutoTmplt(uiaId, parentDiv, templateID, controlProperties) | |
this.divElt.id = templateID; | ||
this.divElt.className = 'TemplateWithStatusLeft AndroidAutoTmplt'; | ||
parentDiv.appendChild(this.divElt); | ||
this.divElt.innerHTML = '<p id=\'aaText1\' style=\'color:white;font-family:sans-serif; font-weight:normal;font-style: normal;font-size: 25px;line-height: 29px; position:absolute; top:5px; left: 45%; transform: translate(-50%,0); white-space: nowrap;\'>\r\nHeadunit for Android Auto™ \r\n<\/p>\r\n<p id=\'aaText2\' style=\'color:white;font-family:sans-serif; font-weight:normal;font-style: normal;font-size: 20px;line-height: 29px; position:absolute; top:40px; left: 45%; transform: translate(-50%,0); white-space: nowrap;\'>\r\n© 2011-2016 Original Author: Michael A. Reid. ([email protected])\r\n<\/p>\r\n<p id=\'aaText3\' style=\'color:white;font-family:sans-serif; font-weight:normal;font-style: normal;font-size: 20px;line-height: 29px; position:absolute; top:70px; left: 45%; transform: translate(-50%,0); white-space: nowrap;\'>\r\nPortions © 2015-2017 Konsulko Group, S Padival, A Gartner, and others\r\n<\/p>\r\n<p id=\'aaText4\' style=\'color:white;font-family:sans-serif; font-weight:normal;font-style: normal;font-size: 20px;line-height: 29px; position:absolute; top:100px; left: 45%; transform: translate(-50%,0); white-space: nowrap;\'>\r\nPorted to Mazda Connect by S Padival ([email protected]) All Rights Reserved\r\n<\/p>\r\n<p id=\'aaText5\' style=\'color:white;font-family:sans-serif; font-weight:normal;font-style: normal;font-size: 20px;line-height: 29px; position:absolute; top:130px; left: 45%; transform: translate(-50%,0); white-space: nowrap;\'>\r\nhttps:\/\/github.com\/gartnera\/headunit\/\r\n<\/p>\r\n<div id=\'aaDiv1\' style=\'position:absolute; top:180px; left:10px; height: 200px; width: 700px; left: 45%; transform: translate(-50%,0);\'>\r\n <textarea readonly id=\'aaStatusText\' style=\'color:white; background: black; width: 100%; height: 100%; margin: 0; border: 0;\' onclick=\'AAlogPoll\'><\/textarea>\r\n<\/div>'; | ||
this.divElt.innerHTML = '<p id=\'aaText1\' style=\'color:white;font-family:sans-serif; font-weight:normal;font-style: normal;font-size: 25px;line-height: 29px; position:absolute; top:5px; left: 45%; transform: translate(-50%,0); white-space: nowrap;\'>\r\nHeadunit for Android Auto™ \r\n<\/p>\r\n<p id=\'aaText2\' style=\'color:white;font-family:sans-serif; font-weight:normal;font-style: normal;font-size: 20px;line-height: 29px; position:absolute; top:40px; left: 45%; transform: translate(-50%,0); white-space: nowrap;\'>\r\n© 2011-2016 Original Author: Michael A. Reid. ([email protected])\r\n<\/p>\r\n<p id=\'aaText3\' style=\'color:white;font-family:sans-serif; font-weight:normal;font-style: normal;font-size: 20px;line-height: 29px; position:absolute; top:70px; left: 45%; transform: translate(-50%,0); white-space: nowrap;\'>\r\nPortions © 2015-2017 Konsulko Group, S Padival, A Gartner, and others\r\n<\/p>\r\n<p id=\'aaText4\' style=\'color:white;font-family:sans-serif; font-weight:normal;font-style: normal;font-size: 20px;line-height: 29px; position:absolute; top:100px; left: 45%; transform: translate(-50%,0); white-space: nowrap;\'>\r\nPorted to Mazda Connect by S Padival ([email protected]) All Rights Reserved\r\n<\/p>\r\n<p id=\'aaText5\' style=\'color:white;font-family:sans-serif; font-weight:normal;font-style: normal;font-size: 20px;line-height: 29px; position:absolute; top:130px; left: 45%; transform: translate(-50%,0); white-space: nowrap;\'>\r\nhttps:\/\/github.com\/gartnera\/headunit\/\r\n<\/p>\r\n<div id=\'aaDiv1\' style=\'position:absolute; top:180px; left:10px; height: 200px; width: 700px; left: 45%; transform: translate(-50%,0);\'>\r\n <textarea readonly id=\'aaStatusText\' style=\'color:white; background: black; width: 100%; height: 100%; margin: 0; border: 0;\' onclick=\'AAlogPoll()\'><\/textarea>\r\n<\/div>'; | ||
} | ||
|
||
AndroidAutoTmplt.prototype.handleControllerEvent = function(eventID) | ||
|
9d305e2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @lmagder I want this to work for you my friend #82 #79