矢量可绘制对象

渲染矢量图形。
最新更新 稳定版本 发布候选版本 Beta 版本 Alpha 版本
2024 年 5 月 1 日 1.2.0 - - -

声明依赖项

要添加对 VectorDrawable 的依赖项,您必须将 Google Maven 存储库添加到您的项目中。阅读 Google 的 Maven 存储库以了解更多信息。

在您的应用程序或模块的 build.gradle 文件中添加您需要的工件的依赖项

Groovy

dependencies {
    implementation "androidx.vectordrawable:vectordrawable:1.2.0"

    /* To be able to animate properties of a VectorDrawable, add the following.  Useful for
     * illustration purposes or state changes in response to user events
     */
    implementation "androidx.vectordrawable:vectordrawable-animated:1.2.0"

    /* To use a seekable alternative for `androidx.vectordrawable:vectordrawable-animated` add the
     * following
     */
     implementation "androidx.vectordrawable:vectordrawable-seekable:1.0.0"
}

Kotlin

dependencies {
    implementation("androidx.vectordrawable:vectordrawable:1.2.0")

    /* To be able to animate properties of a VectorDrawable, add the following.  Useful for
     * illustration purposes or state changes in response to user events
     */
    implementation("androidx.vectordrawable:vectordrawable-animated:1.2.0")

    /* To use a seekable alternative for `androidx.vectordrawable:vectordrawable-animated` add the
     * following
     */
     implementation("androidx.vectordrawable:vectordrawable-seekable:1.0.0")
}

有关依赖项的更多信息,请参阅 添加构建依赖项

反馈

您的反馈有助于使 Jetpack 变得更好。如果您发现新问题或有改进此库的想法,请告诉我们。在创建新问题之前,请查看此库中 现有问题。您可以通过单击星形按钮为现有问题添加您的投票。

创建新问题

有关更多信息,请参阅 问题跟踪器文档

Vectordrawable-Seekable 1.0.0

版本 1.0.0

2024 年 5 月 1 日

androidx.vectordrawable:vectordrawable-seekable:1.0.0 已发布。版本 1.0.0 包含 这些提交

1.0.0 的主要功能

androidx.vectordrawable:vectordrawable-seekableandroidx.vectordrawable:vectordrawable-animated 的可搜索替代方案,并具有一些附加功能。它支持与 AnimatedVectorDrawable 相同的 XML 格式。

  • 暂停和恢复
  • 搜索(setCurrentPlayTime)
  • 增强的回调

有关详细信息,请参阅 SeekableAnimatedVectorDrawable

版本 1.0.0-beta01

2022 年 4 月 20 日

androidx.vectordrawable:vectordrawable-seekable:1.0.0-beta01 已发布,自 1.0.0-alpha02 以来没有更改。 版本 1.0.0-beta01 包含这些提交。

VectorDrawable-Seekable 版本 1.0.0-alpha02

2020 年 8 月 19 日

androidx.vectordrawable:vectordrawable-seekable:1.0.0-alpha02 已发布。 版本 1.0.0-alpha02 包含这些提交。

错误修复

Vectordrawable-Seekable 版本 1.0.0-alpha01

2020 年 4 月 15 日

androidx.vectordrawable:vectordrawable-seekable:1.0.0-alpha01 已发布。 版本 1.0.0-alpha01 包含这些提交。

新功能

androidx.vectordrawable:vectordrawable-seekableandroidx.vectordrawable:vectordrawable-animated 的可寻址替代方案,具有一些附加功能。 它支持与 AnimatedVectorDrawable 相同的 XML 格式。

  • 暂停和恢复
  • 搜索(setCurrentPlayTime)
  • 增强的回调

有关详细信息,请参阅 SeekableAnimatedVectorDrawable

版本 1.2.0

版本 1.2.0

2024 年 5 月 1 日

androidx.vectordrawable:vectordrawable:1.2.0androidx.vectordrawable:vectordrawable-animated:1.2.0 已发布。 版本 1.2.0 包含 这些提交

版本 1.2.0-beta01

2022 年 4 月 20 日

androidx.vectordrawable:vectordrawable:1.2.0-beta01 已发布,自 1.2.0-alpha02 以来没有更改。 版本 1.2.0-beta01 包含这些提交。

VectorDrawable 版本 1.2.0-alpha02

2020 年 8 月 19 日

androidx.vectordrawable:vectordrawable:1.2.0-alpha02 已发布。 版本 1.2.0-alpha02 包含这些提交。

错误修复

Vectordrawable 版本 1.2.0-alpha01

2020 年 4 月 15 日

androidx.vectordrawable:vectordrawable:1.2.0-alpha01 已发布。 版本 1.2.0-alpha01 包含这些提交。

新功能

  • 此版本没有新的公共功能。 当您使用 androidx.vectordrawable:vectordrawable-seekable-1.0.0-alpha01 时,它是必要的依赖项。

版本 1.1.0

版本 1.1.0

2019 年 9 月 5 日

androidx.vectordrawable:vectordrawable:1.1.0androidx.vectordrawable:vectordrawable-animated:1.1.0 已发布。 此版本中包含的提交可以在这里找到 这里

自 1.0.0 以来重要更改

新功能

  • fillType 现在在 ClipPath 中受支持
  • 使用 ColorStateLists(使用主题属性在 VectorDrawableCompat 中定义)现在支持着色

错误修复

  • 修复了渲染 VectorDrawables 的错误,其中包含渐变 (b/117796719)
  • 修复了 getColorFilter(),即使设置后也返回 null (aosp/762198)

版本 1.1.0-rc01

2019 年 7 月 2 日

androidx.vectordrawable:vectordrawable:1.1.0-rc01androidx.vectordrawable:vectordrawable-animated:1.1.0-rc01 已发布,与 1.1.0-beta02 相比没有变化。 此版本中包含的提交可以在这里找到 这里

版本 1.1.0-beta02

2019 年 6 月 5 日

androidx.vectordrawable:vectordrawable:1.1.0-beta02androidx.vectordrawable:vectordrawable-animated:1.1.0-beta02 已发布。 此版本中包含的提交可以在这里找到 这里

错误修复

  • 更改 vectordrawable-animated 包名称 (aosp/963431)

版本 1.1.0-beta01

2019 年 5 月 7 日

androidx.vectordrawable:vectordrawable:1.1.0-beta01androidx.vectordrawable:vectordrawable-animated:1.1.0-beta01 已发布。 此版本中包含的提交可以在这里找到 这里

新功能

  • fillType 现在在 ClipPath 中受支持

版本 1.1.0-alpha01

2018 年 12 月 3 日

新功能

  • 支持使用 ColorStateLists(使用主题属性在 VectorDrawableCompat 中定义)着色。

错误修复

  • 修复了渲染 VectorDrawables 的错误,其中包含渐变 (aosp/790377)
  • 修复了 getColorFilter(),即使设置后也返回 null (aosp/762198)

版本 1.0.0

版本 1.0.0

2018 年 11 月 7 日

新功能