in this simple designed Theme, Android could not find numberPickerStyle
ino that and i get this error:
Failed to find 'numberPickerStyle' style in current theme
My theme is:
<?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>
how to fix and resolve this problem?