【发布时间】:2015-01-12 06:28:09
【问题描述】:
在这个简单设计的主题中,Android 无法找到 numberPickerStyle ino 并且我收到此错误:
Failed to find 'numberPickerStyle' style in current theme
我的主题是:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Tsms" parent="@style/Theme.AppCompat.Light">
<item name="numberPickerStyle">@style/SampleTheme.Tsms</item>
</style>
<style name="SampleTheme.Tsms" parent="@style/Theme.AppCompat">
<item name="numberPickerStyle">@style/NPWidget.Holo.Light.NumberPicker</item>
</style>
</resources>
如何解决和解决这个问题?
【问题讨论】:
标签: android android-theme