Add preview animations for layout preference

This commit is contained in:
MM20
2022-05-15 23:12:54 +02:00
parent ec4fe2acc3
commit 261e91f443
7 changed files with 5815 additions and 23 deletions
@@ -217,4 +217,12 @@ val OpenSourceLicenses = arrayOf(
licenseText = R.raw.license_apache_2,
url = "https://source.android.com/"
),
OpenSourceLibrary(
name = "Lottie",
copyrightNote = "Copyright (c) 2017 Airbnb",
description = "Lottie is a library for Android, iOS, Web, and Windows that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile and on the web",
licenseName = R.string.mit_license_name,
licenseText = R.raw.license_mit,
url = "https://airbnb.design/lottie/"
),
)
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff