-
-
Save sk-chanch/0c9fd722fb37e7786b18ab5bb68b1334 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"type": "bubble", | |
"header": { | |
"type": "box", | |
"layout": "vertical", | |
"contents": [ | |
{ | |
"type": "box", | |
"layout": "horizontal", | |
"contents": [ | |
{ | |
"type": "image", | |
"url": "https://gamingbolt.com/wp-content/uploads/2020/10/genshin-impact.jpg", | |
"size": "full", | |
"aspectMode": "cover", | |
"aspectRatio": "150:196", | |
"gravity": "center", | |
"flex": 1, | |
"position": "relative" | |
}, | |
{ | |
"type": "box", | |
"layout": "horizontal", | |
"contents": [ | |
{ | |
"type": "text", | |
"text": "Free", | |
"size": "xs", | |
"color": "#ffffff", | |
"align": "center", | |
"gravity": "center" | |
} | |
], | |
"backgroundColor": "#EC3D44", | |
"paddingAll": "2px", | |
"paddingStart": "4px", | |
"paddingEnd": "4px", | |
"flex": 0, | |
"position": "absolute", | |
"offsetStart": "18px", | |
"offsetTop": "18px", | |
"cornerRadius": "100px", | |
"width": "45px", | |
"height": "25px" | |
} | |
], | |
"height": "300px" | |
} | |
], | |
"paddingAll": "0px" | |
}, | |
"body": { | |
"type": "box", | |
"layout": "vertical", | |
"contents": [ | |
{ | |
"type": "box", | |
"layout": "vertical", | |
"contents": [ | |
{ | |
"type": "box", | |
"layout": "vertical", | |
"contents": [ | |
{ | |
"type": "text", | |
"contents": [], | |
"size": "xl", | |
"wrap": true, | |
"text": "Genshin Impact", | |
"color": "#ffffff", | |
"weight": "bold" | |
}, | |
{ | |
"type": "text", | |
"text": "COGNOSPHERE PTE. LTD.", | |
"color": "#ffffffcc", | |
"size": "sm" | |
}, | |
{ | |
"type": "box", | |
"layout": "baseline", | |
"contents": [ | |
{ | |
"type": "icon", | |
"url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png" | |
}, | |
{ | |
"type": "icon", | |
"url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png" | |
}, | |
{ | |
"type": "icon", | |
"url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png" | |
}, | |
{ | |
"type": "icon", | |
"url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png" | |
}, | |
{ | |
"type": "icon", | |
"url": "https://www.clker.com/cliparts/l/q/x/5/0/1/half-star-2.svg.hi.png" | |
}, | |
{ | |
"type": "text", | |
"text": "4.5", | |
"flex": 0, | |
"margin": "sm", | |
"size": "sm", | |
"color": "#ffffffcc", | |
"weight": "bold", | |
"position": "relative", | |
"gravity": "top" | |
} | |
], | |
"margin": "md" | |
} | |
], | |
"spacing": "sm" | |
} | |
] | |
}, | |
{ | |
"type": "box", | |
"layout": "vertical", | |
"contents": [ | |
{ | |
"type": "button", | |
"action": { | |
"type": "uri", | |
"uri": "https://play.google.com/store/apps/details?id=com.miHoYo.GenshinImpact", | |
"label": "Download" | |
}, | |
"gravity": "center", | |
"adjustMode": "shrink-to-fit", | |
"margin": "xs", | |
"position": "relative" | |
} | |
], | |
"cornerRadius": "20px", | |
"backgroundColor": "#ffffffcc" | |
} | |
], | |
"paddingAll": "20px", | |
"backgroundColor": "#03303Acc", | |
"position": "relative" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment