gpt4 book ai didi

android - 是否可以从单独的 jar 中的可绘制对象设置 android 图标?

转载 作者:搜寻专家 更新时间:2023-11-01 09:18:38 25 4
gpt4 key购买 nike

我想为 xml 文件中另一个 jar 中的可绘制对象设置菜单选项图标。

<item android:id="@+id/my_location"
android:title="My Location"
android:icon="@+drawable/my_location">

用 com.somelib.R.drawable.someDrawable 代替 drawable/my_location。

我可以在 onCreateOptionsMenu 中设置它,但只是想知道是否可以通过 xml 文件完成。

最佳答案

I want to set a menu option icon for a drawable that is in another jar inside an xml file.

可绘制资源 不能放在 JAR 中。欢迎您将图像存储在 JAR 中并在资源框架之外处理它们。

I can set this in onCreateOptionsMenu but was just wondering if it could be done via the xml file.

不,因为 JAR 文件中的图像不是资源,在您的项目中定义为 res/drawable-*/ 中的图像。对不起!

关于android - 是否可以从单独的 jar 中的可绘制对象设置 android 图标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2483226/

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