相关疑难解决方法(0)

java.lang.UnsupportedOperationException:无法转换为dimension:type = 0x12

java.lang.UnsupportedOperationException: Can't convert to dimension: type=0x12@android:style/Theme.Holo.Light以下使用Android API 4.1.2 覆盖下面主题的行中收到此错误.它适用于较旧的API和最新版本.这是什么问题?

<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>
Run Code Online (Sandbox Code Playgroud)

我正在使用这个users-sdk行:

<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="19"></uses-sdk>
Run Code Online (Sandbox Code Playgroud)

android themes

3
推荐指数
1
解决办法
1977
查看次数

标签 统计

android ×1

themes ×1