gpt4 book ai didi

android - 在代码中使用资源中的 VectorDrawable

转载 作者:行者123 更新时间:2023-11-30 00:42:40 25 4
gpt4 key购买 nike

<分区>

想问一下。从资源中使用 VectorDrawable 的正确方法是什么?使用支持库 compile 'com.android.support:support-v4:25.1.1'

因为 getDrawable() 已弃用,当我使用 ContextCompat.getDrawable(this, R.drawable.ic_cancel_button); 来设置工具栏导航图像时

if(toolbar != null)
{
toolbar.setNavigationIcon(ContextCompat.getDrawable(this, R.drawable.ic_cancel_button));
}

发生错误。

Caused by: android.content.res.Resources$NotFoundException: File res/drawable/ic_cancel_button.xml from drawable resource ID #0x7f02005e

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com