gpt4 book ai didi

android - 在 galaxy 选项卡上启动时,xml Android 颜色文件上的 int 无效

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:52:32 25 4
gpt4 key购买 nike

当我尝试在装有 Android 4.1.2 的 Galaxy Tab 上启动我的 Android 应用程序时,它发生了崩溃。错误是:

09-26 21:06:10.293: E/AndroidRuntime(9596): Caused by: java.lang.NumberFormatException: Invalid int: "res/color/tw_primary_text_holo_dark.xml"

此错误不会出现在装有 Android 4.2.2 的 galaxy s4 以及装有 Android 4.1.1 的模拟器(手机或标签屏幕尺寸)上。

我试图找到这个 tw_primary_text_holo_dark.xml 文件,但找不到。但是在 primary_text_holo_dark 中显然存在。

你知道为什么它只出现在我的标签上吗?

最佳答案

我有同样的问题,这是由于在 Galaxy Tab 设备上使用 tint 属性和颜色选择器引起的:

<ImageView
android:layout_width="24dp"
android:layout_height="24dp"
android:tint="@color/tab_color_selector" />

唯一的解决方案似乎是创建自定义 ImageView ,如下所述:Android imageview change tint to simulate button click

关于android - 在 galaxy 选项卡上启动时,xml Android 颜色文件上的 int 无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19037164/

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