gpt4 book ai didi

android - 动态填充图像切换器android

转载 作者:行者123 更新时间:2023-11-30 03:17:05 25 4
gpt4 key购买 nike

当我在 drawable 文件夹和子文件夹中有图像时,如何动态填充图像切换器.. 比如 drawable-ldpi/S_001/a001_001.jpg。

我尝试填充一张图片,但应用程序崩溃了。这是代码:

ImageSwitcher imageSwitcher = (ImageSwitcher) findViewById(R.id.imageSwitcher);
imageSwitcher.setImageDrawable(getResources().getDrawable(getResources().getIdentifier("S_001/a001_001.jpg", "drawable", getPackageName())));

我需要一些帮助。

最佳答案

drawables 文件夹用于放置您的应用程序使用的 img 资源,例如图标、9-patches、背景和其他 ui 元素。 You can't put subdirectories there.

如果你打算在 ImageSwitcher 或类似的东西中使用一些照片,你应该使用 assets 文件夹。 Read this to find out more.

关于android - 动态填充图像切换器android,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19872887/

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