forked from andrefrsousa/SuperBottomSheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfacelift.json
27 lines (27 loc) · 876 Bytes
/
facelift.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"title": "SuperBottomSheet",
"subtitle": "Android native BottomSheet on steroids 💪",
"installation": "implementation 'com.github.andrefrsousa:SuperBottomSheet:{latest_version}'",
"url": "https://github.com/andrefrsousa/SuperBottomSheet",
"screenshot": "https://github.com/andrefrsousa/SuperBottomSheet/blob/master/raw/example.gif",
"author": {
"name": "André Sousa",
"thumbnail": "https://andrefrsousa.github.io/images/me.png",
"homepage": "https://andrefrsousa.github.io"
},
"highlights": [
{
"title": "Features",
"items": [
"Animate status bar color when scrolling",
"Animate top rounded corners"
]
},
{
"title": "Links",
"items": [
"GitHub: <a href='https://github.com/andrefrsousa/SuperBottomSheet'>https://github.com/andrefrsousa/SuperBottomSheet</a>"
]
}
]
}