@@ -378,6 +378,11 @@ function tilesArray pState
378378 put "lc-iphone" into tArray [6 ]["icon" ]
379379 put "lc-iphone-filled" into tArray [6 ]["hoverIcon" ]
380380
381+ put "Android 6-inch generic" into tArray [7 ]["label" ]
382+ put "android6inchgeneric" into tArray [7 ]["tag" ]
383+ put "lc-iphone" into tArray [7 ]["icon" ]
384+ put "lc-iphone-filled" into tArray [7 ]["hoverIcon" ]
385+
381386 break
382387 case "newTabletPortrait"
383388 put "9.7-inch" into tArray [1 ]["label" ]
@@ -404,6 +409,16 @@ function tilesArray pState
404409 put "newTablet12.9portrait" into tArray [5 ]["tag" ]
405410 put "lc-ipad-portrait" into tArray [5 ]["icon" ]
406411 put "lc-ipad-portrait-filled" into tArray [5 ]["hoverIcon" ]
412+
413+ put "10-inch" into tArray [6 ]["label" ]
414+ put "newTablet10portrait" into tArray [6 ]["tag" ]
415+ put "lc-ipad-portrait" into tArray [6 ]["icon" ]
416+ put "lc-ipad-portrait-filled" into tArray [6 ]["hoverIcon" ]
417+
418+ put "7-inch" into tArray [7 ]["label" ]
419+ put "newTablet7portrait" into tArray [7 ]["tag" ]
420+ put "lc-ipad-portrait" into tArray [7 ]["icon" ]
421+ put "lc-ipad-portrait-filled" into tArray [7 ]["hoverIcon" ]
407422 break
408423 case "newTabletLandscape"
409424 put "9.7-inch" into tArray [1 ]["label" ]
@@ -430,6 +445,16 @@ function tilesArray pState
430445 put "newTablet12.9landscape" into tArray [5 ]["tag" ]
431446 put "lc-ipad-landscape" into tArray [5 ]["icon" ]
432447 put "lc-ipad-landscape-filled" into tArray [5 ]["hoverIcon" ]
448+
449+ put "10-inch" into tArray [6 ]["label" ]
450+ put "newTablet10landscape" into tArray [6 ]["tag" ]
451+ put "lc-ipad-landscape" into tArray [6 ]["icon" ]
452+ put "lc-ipad-landscape-filled" into tArray [6 ]["hoverIcon" ]
453+
454+ put "7-inch" into tArray [7 ]["label" ]
455+ put "newTablet7landscape" into tArray [7 ]["tag" ]
456+ put "lc-ipad-landscape" into tArray [7 ]["icon" ]
457+ put "lc-ipad-landscape-filled" into tArray [7 ]["hoverIcon" ]
433458 break
434459 end switch
435460 return tArray
@@ -656,6 +681,9 @@ on startCenterAction pAction
656681 case "newIphoneXSMax11ProMax"
657682 revIDEActionNewMainstack "iPhone XS Max / 11 Pro Max (414x896)"
658683 break
684+ case "android6inchgeneric"
685+ revIDEActionNewMainstack "Generic Android 6-inch Phone (412,775)"
686+ break
659687 case "newTablet9.7portrait"
660688 revIDEActionNewMainstack "iPad/Tablet Portrait (768x1024)"
661689 break
@@ -671,6 +699,12 @@ on startCenterAction pAction
671699 case "newTablet12.9portrait"
672700 revIDEActionNewMainstack "iPad 12.9-inch/Tablet Portrait (1024x1366)"
673701 break
702+ case "newTablet10portrait"
703+ revIDEActionNewMainstack "Generic Android 10-inch Tablet Portrait (720x1280)"
704+ break
705+ case "newTablet7portrait"
706+ revIDEActionNewMainstack "Generic Android 7-inch Tablet Portrait (600x1024)"
707+ break
674708 case "newTablet9.7landscape"
675709 revIDEActionNewMainstack "iPad/Tablet Landscape (1024x768)"
676710 break
@@ -686,6 +720,12 @@ on startCenterAction pAction
686720 case "newTablet12.9landscape"
687721 revIDEActionNewMainstack "iPad 12.9-inch/Tablet Landscape (1366x1024)"
688722 break
723+ case "newTablet10landscape"
724+ revIDEActionNewMainstack "Generic Android 10-inch Tablet Landscape (1280x720)"
725+ break
726+ case "newTablet7landscape"
727+ revIDEActionNewMainstack "Generic Android 7-inch Tablet Landscape (1024x600)"
728+ break
689729 end switch
690730end startCenterAction
691731
0 commit comments